This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error because README is missing


%% Akim Demaille <akim@epita.fr> writes:

  >>>> "Andreas" == Andreas Schwab <schwab@suse.de> 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 <psmith@nortelnetworks.com>   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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]