automake
[Top][All Lists]
Advanced

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

Re: Error because README is missing


From: Akim Demaille
Subject: Re: Error because README is missing
Date: Wed, 01 Dec 2004 09:21:11 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

>>> "Andreas" == Andreas Schwab <address@hidden> writes:

 > Untested code ahead.

 > m4_syscmd([test -f build.sh.in])dnl
 > m4_if(m4_sysval, 0, [AC_CONFIG_FILES(build.sh)])

Bad idea: side effects are incompatible with the (autom4te) cache.  If
the environment changes but not the sources of configure, it won't be
regenerated.  Similarly with what Automake needs to trace.




reply via email to

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