Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-10 Thread Akim Demaille
Fine! Please, install.

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-10 Thread Lars J. Aas
On Tue, Apr 10, 2001 at 10:30:12AM +0200, Akim Demaille wrote: : I prefer Raja's solution for the very reason he described. It's : really a problem between Automake and aclocal.m4, so it should be : fixed there, or in configure.in. aclocal.m4 was so neat and tidy that I put it in configure.in:

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-10 Thread Akim Demaille
| On Fri, Apr 06, 2001 at 12:17:47PM -0500, Raja R Harinath wrote: | : @PACKAGE@ is needed. It is used by Makefile.in for 'make dist'. | : | : "Lars J. Aas" <[EMAIL PROTECTED]> writes: | : > Index: Makefile.am | : > === | : > @@ -33

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-09 Thread Lars J. Aas
On Fri, Apr 06, 2001 at 12:17:47PM -0500, Raja R Harinath wrote: : @PACKAGE@ is needed. It is used by Makefile.in for 'make dist'. : : "Lars J. Aas" <[EMAIL PROTECTED]> writes: : > Index: Makefile.am : > === : > @@ -33,6 +33,7 @@ : >

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-06 Thread Raja R Harinath
"Lars J. Aas" <[EMAIL PROTECTED]> writes: > On Thu, Apr 05, 2001 at 05:36:48PM -0500, Raja R Harinath wrote: > : The following patch fixes a problem with CVS autoconf, if a recent > : enough CVS snapshot of automake was used on it. > > This is my proposal. @PACKAGE doesn't seem to be needed.

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-06 Thread Lars J. Aas
On Fri, Apr 06, 2001 at 08:14:28AM -0300, Alexandre Oliva wrote: : Good idea. Please check it in, this is sufficiently obviously-correct : to not require a second approval. Applied. Lars J

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-06 Thread Alexandre Oliva
On Apr 6, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > On Thu, Apr 05, 2001 at 05:36:48PM -0500, Raja R Harinath wrote: > : Hi, > : > : The following patch fixes a problem with CVS autoconf, if a recent > : enough CVS snapshot of automake was used on it. > This is my proposal. Good idea

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-06 Thread Lars J. Aas
On Thu, Apr 05, 2001 at 05:36:48PM -0500, Raja R Harinath wrote: : Hi, : : The following patch fixes a problem with CVS autoconf, if a recent : enough CVS snapshot of automake was used on it. This is my proposal. @PACKAGE doesn't seem to be needed. Lars J Index: Makefile.am ==

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-06 Thread Lars J. Aas
On Thu, Apr 05, 2001 at 05:36:48PM -0500, Raja R Harinath wrote: : Hi, : : The following patch fixes a problem with CVS autoconf, if a recent : enough CVS snapshot of automake was used on it. : : The problem is that 'automake' now depends on the AC_SUBSTs in : AM_INIT_AUTOMAKE to subst in VERS

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-05 Thread Alexandre Oliva
On Apr 6, 2001, Raja R Harinath <[EMAIL PROTECTED]> wrote: > Hi, > Alexandre Oliva <[EMAIL PROTECTED]> writes: >> On Apr 5, 2001, Raja R Harinath <[EMAIL PROTECTED]> wrote: >> > The problem is that 'automake' now depends on the AC_SUBSTs in >> > AM_INIT_AUTOMAKE to subst in VERSION and PACKAGE.

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-05 Thread Raja R Harinath
Hi, Alexandre Oliva <[EMAIL PROTECTED]> writes: > On Apr 5, 2001, Raja R Harinath <[EMAIL PROTECTED]> wrote: > > The problem is that 'automake' now depends on the AC_SUBSTs in > > AM_INIT_AUTOMAKE to subst in VERSION and PACKAGE. Since the same > > 'automake' doesn't understand 'm4_include's, i

Re: CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-05 Thread Alexandre Oliva
On Apr 5, 2001, Raja R Harinath <[EMAIL PROTECTED]> wrote: > The problem is that 'automake' now depends on the AC_SUBSTs in > AM_INIT_AUTOMAKE to subst in VERSION and PACKAGE. Since the same > 'automake' doesn't understand 'm4_include's, it does not see the > actual definition of AM_INIT_AUTOMA

CVS autoconf + CVS automake = autoconf doesn't know its version

2001-04-05 Thread Raja R Harinath
Hi, The following patch fixes a problem with CVS autoconf, if a recent enough CVS snapshot of automake was used on it. The problem is that 'automake' now depends on the AC_SUBSTs in AM_INIT_AUTOMAKE to subst in VERSION and PACKAGE. Since the same 'automake' doesn't understand 'm4_include's, i