[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re-executing config commands
From: |
Akim Demaille |
Subject: |
Re: re-executing config commands |
Date: |
09 Jul 2002 09:16:09 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
| On Fri, Jul 05, 2002 at 02:37:03PM +0200, Schleicher Ralph (LLI) wrote:
| > automake (GNU automake) 1.6.2
| >
| > My configure.ac contains the following lines of code:
| >
| > AC_CONFIG_FILES([Makefile foo])
| > AC_CONFIG_COMMANDS([foo], [chmod +x foo])
|
| This is declaring a config-file `foo' and a config-command `foo'.
| These are distinct (actually I'm surprised that Autoconf doesn't
| complain that `foo' is used twice).
ISTR it's a 2.53 bug :(