[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS autoconf + CVS automake = autoconf doesn't know its version
From: |
Akim Demaille |
Subject: |
Re: CVS autoconf + CVS automake = autoconf doesn't know its version |
Date: |
10 Apr 2001 10:31:29 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
| Index: Makefile.am
| ===================================================================
| RCS file: /cvs/autoconf/Makefile.am,v
| retrieving revision 1.43
| diff -u -r1.43 Makefile.am
| --- Makefile.am 2001/04/06 11:20:04 1.43
| +++ Makefile.am 2001/04/09 11:07:38
| @@ -31,9 +31,10 @@
| EXTRA_SCRIPTS = autoscan autoupdate
|
| # FIXME: Current Automakes are blind and cannot see inner AC_SUBST,
| -# so help it.
| +# so help it. This is because, in this case, 'aclocal' is bypassed.
| PACKAGE_NAME = @PACKAGE_NAME@
| VERSION = @VERSION@
| +PACKAGE = @PACKAGE@
And BTW, I also mean moving PACKAGE_NAME into configure.in/aclocal.m4
would be better too.
- Re: CVS autoconf + CVS automake = autoconf doesn't know its version, (continued)