From: Lars J. Aas Date: Mon, 9 Apr 2001 19:30:50 +0000 (+0000) Subject: Manual addition of @PACKAGE@ substitution variable X-Git-Tag: autoconf-2.50~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa63c59f9f191176d58fae7d18eaf9ff2482e06;p=thirdparty%2Fautoconf.git Manual addition of @PACKAGE@ substitution variable --- diff --git a/ChangeLog b/ChangeLog index 68bdd16ac..eebc058f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-09 Lars J. Aas + + * 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 * Makefile.am: Manual addition of @VERSION@ substitution variable @@ -266,7 +272,6 @@ * autoupdate.in (&parse_args): Support `-'. - 2001-02-25 Akim Demaille * autoupdate.in: Less Bournisms, more Wallisms. diff --git a/Makefile.am b/Makefile.am index 8786f212c..57a976c68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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/