summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecb149574..10632c0f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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
* configure.ac (AC_CONFIG_SRCDIR): Use proper m4 quoting
for its arguments.