+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.
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/