autoconf
[Top][All Lists]
Advanced

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

Re: default configure arguments


From: Akim Demaille
Subject: Re: default configure arguments
Date: 19 Dec 2000 12:56:52 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| I would like to store default configure arguments in a separate file
| in the source tree (so I can erase the build tree without losing the
| configure arguments).
| 
| How is this done best?
| 
|   AC_INIT...
|   AC_CONFIG_HEADER...
| 
|   if test -e "$srcdir/configure_args"; then
|       ac_arg="`cat "$srcdir/configure_args" | sed "s/'/'\\\\\\\\''/g"`"
|       ac_configure_args="$ac_arg $ac_configure_args"
|       echo "$ac_configure_args"
|   fi
| 
| might work, but is probably very very bad.
| 
| Any suggestions?


~ace % fgrep '> ./configure' config.log                          nostromo 12:56
 > ./configure -C --no-create --no-recursion

?



reply via email to

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