From 23ebf5c52a3a2063269e86171c15088a421f6d28 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 10 Jun 2010 10:08:17 +0200 Subject: [PATCH] Remove dist-bzip2 dist-lzma from automake options. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2