From: Stefano Lattarini Date: Thu, 22 Dec 2011 18:16:48 +0000 (+0100) Subject: maint: better use of autoconf 2.68 features X-Git-Tag: v1.11.2b~18^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e03785dcf45cd002b8671e8024ffb6444bb384;p=thirdparty%2Fautomake.git maint: better use of autoconf 2.68 features * configure.ac: Now that Automake requires autoconf 2.68 for its own bootstrapping and build system, we can assume that PACKAGE_URL gets automatically AC_SUBT'd. --- diff --git a/ChangeLog b/ChangeLog index ecb149574..10632c0f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-22 Stefano Lattarini + + maint: better use of autoconf 2.68 features + * configure.ac: Now that Automake requires autoconf 2.68 for its + own bootstrapping and build system, we can assume that PACKAGE_URL + gets automatically AC_SUBT'd. + 2011-12-22 Stefano Lattarini cosmetics: use proper m4 quoting in configure.ac diff --git a/configure.ac b/configure.ac index 201ecb39f..d8af40750 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,6 @@ AC_PREREQ([2.68]) AC_INIT([GNU Automake], [1.11.0a], [bug-automake@gnu.org]) -m4_ifndef([AC_PACKAGE_URL], - [AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/automake/])]) - AC_CONFIG_SRCDIR([automake.in]) AC_CONFIG_AUX_DIR([lib])