ExtUtils-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 LICENCE
Copyright (C) 2004 Alberto Simões
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.