]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Manual addition of @PACKAGE@ substitution variable
authorLars J. Aas <larsa@sim.no>
Mon, 9 Apr 2001 19:30:50 +0000 (19:30 +0000)
committerLars J. Aas <larsa@sim.no>
Mon, 9 Apr 2001 19:30:50 +0000 (19:30 +0000)
ChangeLog
Makefile.am

index 68bdd16ac78c023cfc794eb35776c5c1f115e1be..eebc058f65d98a0941dc8b8e602c2592a03db757 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-09  Lars J. Aas  <larsa@sim.no>
+
+       * Makefile.am: Manual addition of @PACKAGE@ substitution variable
+       needed by dist rules.  Added explanatory comment.
+       Problem reported and comment suggested by Raja R Harinath.  
+
 2001-04-06  Lars J. Aas  <larsa@sim.no>
 
        * Makefile.am: Manual addition of @VERSION@ substitution variable
 
        * autoupdate.in (&parse_args): Support `-'.
 
-
 2001-02-25  Akim Demaille  <akim@epita.fr>
 
        * autoupdate.in: Less Bournisms, more Wallisms.
index 8786f212cc70ab4eda9db0f3b3fa4b9cae8a2b0a..57a976c68167a380b0cee2b489a326df83f2ef95 100644 (file)
@@ -31,9 +31,10 @@ bin_SCRIPTS = autoconf autoheader autoreconf ifnames @PERLSCRIPTS@
 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@
 
 # FIXME:
 # s/distpackageDATA/dist_pkgdata_DATA/