automake
[Top][All Lists]
Advanced

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

Re: Error because README is missing


From: Paul Smith
Subject: Re: Error because README is missing
Date: 01 Dec 2004 13:15:42 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

%% Akim Demaille <address@hidden> writes:

  >>>> "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)])

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

OK :-(.

I need a way to have a file marked as a config file, but not have
configure (or automake) fail if the .in input file doesn't exist.


How can I do this?

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>   HASMAT--HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.




reply via email to

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