From: Giuseppe Scrivano Date: Thu, 10 Jun 2010 08:08:17 +0000 (+0200) Subject: Remove dist-bzip2 dist-lzma from automake options. X-Git-Tag: v1.13~143 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=23ebf5c52a3a2063269e86171c15088a421f6d28 Remove dist-bzip2 dist-lzma from automake options. --- 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