Manual addition of @VERSION@ substitution variable.

This commit is contained in:
Lars J. Aas 2001-04-06 11:20:04 +00:00
parent 06f9c77fc7
commit 1453cebeee
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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/