[Top][All Lists]
[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: |
Thu, 02 Dec 2004 10:25:11 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) |
>>> "Paul" == Paul Smith <address@hidden> writes:
> %% 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?
Hm... What is the service you are expecting? You say that configure
shouldn't fail, but if it's a config file, configure is expected to
fail. Unless you do mean configure, and not config.status?
- Re: Error because README is missing, Akim Demaille, 2004/12/01
- Re: Error because README is missing, Paul Smith, 2004/12/01
- Re: Error because README is missing,
Akim Demaille <=
- Re: Error because README is missing, Paul Smith, 2004/12/02
- Re: Error because README is missing, Akim Demaille, 2004/12/02
- Re: Error because README is missing, Paul Smith, 2004/12/02
- Re: Error because README is missing, Paul Smith, 2004/12/06
- Re: Error because README is missing, Ralf Wildenhues, 2004/12/06
- Re: Error because README is missing, Stepan Kasal, 2004/12/06
- Re: Error because README is missing, Ralf Wildenhues, 2004/12/06
- Re: Error because README is missing, Paul Smith, 2004/12/06