diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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] ) |