[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoreconf 2.52e failure if aclocal need not be run...
From: |
Akim Demaille |
Subject: |
Re: autoreconf 2.52e failure if aclocal need not be run... |
Date: |
05 Nov 2001 15:06:48 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
>>>>> "Ezra" == Ezra Peisach <address@hidden> writes:
Ezra> When I run autoreconf - I want the entire tree to be generated
Ezra> with the same version of autoconf. I realize I did not make
Ezra> myself clear. In the top level configure.in - I use
Ezra> AC_CONFIG_SUBDIRS(a b $variable d e $var2 f)
Ezra> In the previous message I explained why I could not
Ezra> conditionalize it properly with multiple AC_CONFIG_SUBDIRS
Ezra> invocations if I want 2.13 compatibility. Autoreconf right now
Ezra> is choking on the $variable and $var2.
I still see two scenarios, which one is yours?
1. you use CVS autoreconf with autoconf 2.13
2. you use CVS Autoconf, but you want to maintain 2.13 compatibility.
In either case, I'm sorry :)
More seriously, you still
autoreconf */configure.in
so AC_CONFIG_SUBDIRS shouldn't be an actual problem.