Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37478091
en ru br
ALT Linux repos
S:0.320-alt1

Group :: Development/Perl
RPM: perl-Config-AutoConf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.320-alt1
Build date: 1 july 2021, 07:42 ( 146.7 weeks ago )
Size: 56.63 Kb

Home page:   http://www.cpan.org

License: Artistic
Summary: A module to implement some of AutoConf macros in pure perl
Description:

use Config::AutoConf;

   Config::AutoConf->check_prog("agrep");
   my $grep = Config::AutoConf->check_progs("agrep", "egrep", "grep");

   Config::AutoConf->check_header("ncurses.h");
   my $curses = Config::AutoConf->check_headers("ncurses.h","curses.h");

   Config::AutoConf->check_prog_awk;
   Config::AutoConf->check_prog_egrep;

   Config::AutoConf->check_cc();

   Config::AutoConf->check_lib("ncurses", "tgoto");

   Config::AutoConf->check_file("/etc/passwd"); # -f && -r

Current maintainer: Kirill Maslinsky

List of contributors

List of rpms provided by this srpm:

  • perl-Config-AutoConf
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin