[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS autoconf + CVS automake = autoconf doesn't know its version
From: |
Raja R Harinath |
Subject: |
CVS autoconf + CVS automake = autoconf doesn't know its version |
Date: |
05 Apr 2001 17:36:48 -0500 |
User-agent: |
Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.100 |
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, it does not see the
actual definition of AM_INIT_AUTOMAKE (autoconf bypasses the 'aclocal'
mechanism). Here's a patch to autoconf to fix this.
autoconf.diff
Description: Add some AC_SUBSTs to aclocal.m4
- Hari
--
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash
- CVS autoconf + CVS automake = autoconf doesn't know its version,
Raja R Harinath <=