autoconf
[Top][All Lists]
Advanced

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

Re: configuring sub directories optional


From: Stefan Seefeld
Subject: Re: configuring sub directories optional
Date: Tue, 29 Oct 2002 13:52:20 -0500

yes,

AC_CONFIG_SUBDIRS(dirs, [action-if-succeeds], [action-if-fails])

is exactly what I had in mind. The parent configure should however
really test the script's exit status and not rely on the creation
of a file. Which file should be choosen ? configure could still
fail after any one file has been created (for example if another
file couldn't be created due to permission problems).

Stefan





reply via email to

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