On 4/24/05, Tommy Nordgren wrote:
> I wan't links to any useful tools for generating configure scripts in
> perl.
> That is, tools to automatically generate the configure script for
> open-source
> C/C++ projects.
> 

Perl itself uses a "Configure" script generated using the "metaconfig"
tool, which is (as best asI could find) poorly documented. See (if you
must):
http://search.cpan.org/dist/Config-Maker/
The "Configure" script itself can be seen here:
http://search.cpan.org/src/NWCLARK/perl-5.8.6/Configure

IMHO, for C and C++ projects, you are better off using the Automake
and Autoconf tools from the GNU Foundation:
http://www.gnu.org/software/automake/
http://www.gnu.org/software/autoconf/

Automake itself is written in Perl.

HTH,
-- 
Offer Kaye

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to