autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generating a configure script in a subdirectory?


From: Juan Luis Baptiste
Subject: Re: generating a configure script in a subdirectory?
Date: Wed, 17 Dec 2003 15:15:26 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007

This is what I needed to know, thank you very much.

Cheers,
Juan Luis Baptiste

You are supposed to cd to the subproject and run autoconf/automake etc.
there, i.e. the steps you don't want to do are the nominal procedure.

Some projects try to automate this by using a manually written script,
in most cases called autogen.sh or bootstrap.

In case all of your configure scripts and Makefiles are compatible to
using the same versions of autoconf/automake etc. you alternatively can
try to use "autoreconf" in the toplevel directory.

But beware, autoreconf can be dangerous and doesn't always work.

Ralf












reply via email to

[Prev in Thread] Current Thread [Next in Thread]