[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] {maint} maint: better use of autoconf 2.68 features
From: |
Stefano Lattarini |
Subject: |
[PATCH] {maint} maint: better use of autoconf 2.68 features |
Date: |
Thu, 22 Dec 2011 19:19:15 +0100 |
* 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.
---
ChangeLog | 7 +++++++
configure.ac | 3 ---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ecb1495..10632c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-22 Stefano Lattarini <address@hidden>
+ 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 <address@hidden>
+
cosmetics: use proper m4 quoting in configure.ac
* configure.ac (AC_CONFIG_SRCDIR): Use proper m4 quoting
for its arguments.
diff --git a/configure.ac b/configure.ac
index 201ecb3..d8af407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,6 @@
AC_PREREQ([2.68])
AC_INIT([GNU Automake], [1.11.0a], address@hidden)
-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])
--
1.7.7.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] {maint} maint: better use of autoconf 2.68 features,
Stefano Lattarini <=