* 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 <stefano.lattarini@gmail.com>
+
+ 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 <stefano.lattarini@gmail.com>
cosmetics: use proper m4 quoting in configure.ac
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])