summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 19:16:48 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-22 19:18:23 +0100
commitd3e03785dcf45cd002b8671e8024ffb6444bb384 (patch)
treef7c86eda718405f0f9e3b310623350b80a7295e2 /configure.ac
parent01c5ee33ccd34bef24b6d4cab8fd431dd3c4473c (diff)
downloadautomake-d3e03785dcf45cd002b8671e8024ffb6444bb384.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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])