The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
 Config::AutoConf 
===================

A module to implement some of AutoConf macros in pure perl.


ABSTRACT

With this module I pretend to simulate some of the tasks AutoConf
macros do. To detect a command, to detect a library, etc.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


COPYRIGHT AND LICENSE

Copyright 2004-2009 Alberto Simões, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.