aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e95e6..b4f523d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-12-04 Thomas Schwinge <tschwinge@gnu.org>
+ * configure.ac (AM_INIT_AUTOMAKE): Add `dist-bzip2'.
+
* Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved
the `gnu' option to...
* configure.ac (AM_INIT_AUTOMAKE): ... here.
diff --git a/configure.ac b/configure.ac
index 83ea5ab..b78a71a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_ARG_PROGRAM
AM_INIT_AUTOMAKE(
[gnu]
+ [dist-bzip2]
dnl Don't define `PACKAGE' and `VERSION'.
[no-define]
)