diff --git a/ChangeLog b/ChangeLog index 497c3702..5fd93a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-10 Giuseppe Scrivano + + * configure.ac (AM_INIT_AUTOMAKE): Remove dist-bzip2 dist-lzma from + automake options. + Reported by: Daniel Stenberg . + 2010-06-10 Giuseppe Scrivano * bootstrap.conf (buildreq): Add definition. diff --git a/configure.ac b/configure.ac index 58868fcd..1cdba2f4 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/wget.h]) dnl dnl Automake setup dnl -AM_INIT_AUTOMAKE(dist-bzip2 dist-lzma 1.9) +AM_INIT_AUTOMAKE([1.9]) dnl dnl Get cannonical host