]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Manual addition of @VERSION@ substitution variable.
authorLars J. Aas <larsa@sim.no>
Fri, 6 Apr 2001 11:20:04 +0000 (11:20 +0000)
committerLars J. Aas <larsa@sim.no>
Fri, 6 Apr 2001 11:20:04 +0000 (11:20 +0000)
ChangeLog
Makefile.am

index 22c6f4a63701adee5fc455260053a046e09c4b06..b8ad1b9d646a3280760102a02d1f0e22bf2b10d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-05  Lars J. Aas  <larsa@sim.no>
+
+       * Makefile.am: Manual addition of @VERSION@ substitution variable
+       as a temporary Automake fix.  Reported by Raja R Harinath.
+
 2001-04-04  Lars J. Aas  <larsa@sim.no>
 
        * acgeneral (_AC_INIT_CONFIG_LOG): New macro for setting up the
index 0bb8578424fe908f71c79579b1ea7980f128663b..8786f212cc70ab4eda9db0f3b3fa4b9cae8a2b0a 100644 (file)
@@ -33,6 +33,7 @@ EXTRA_SCRIPTS = autoscan autoupdate
 # FIXME: Current Automakes are blind and cannot see inner AC_SUBST,
 # so help it.
 PACKAGE_NAME = @PACKAGE_NAME@
+VERSION = @VERSION@
 
 # FIXME:
 # s/distpackageDATA/dist_pkgdata_DATA/