From c2ee9283024b2cb2b4205f35b79c6f6093e0dce8 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 12 Dec 2011 21:30:39 +0100 Subject: [PATCH] Fix regeneration of autotools files in a distributed tarball. --- ChangeLog | 5 +++++ Makefile.am | 2 +- NEWS | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15006698..39f591fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-12 Giuseppe Scrivano + + * Makefile.am (EXTRA_DIST): Add build-aux/bzr-version-gen. + Reported by: Elan Ruusamäe . + 2011-12-11 Giuseppe Scrivano * util/trunc.c (main): Call `close' on the fd and check for errors. diff --git a/Makefile.am b/Makefile.am index 9fdc5713..24d95e07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ SUBDIRS = lib src doc po tests util EXTRA_DIST = ChangeLog.README MAILING-LIST \ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ msdos/Makefile.WC ABOUT-NLS \ - build-aux/build_info.pl .version + build-aux/build_info.pl build-aux/bzr-version-gen .version CLEANFILES = *~ *.bak $(DISTNAME).tar.gz diff --git a/NEWS b/NEWS index 27f27743..61a4983a 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ Please send GNU Wget bug reports to . ** Fix a memory leak problem in the GNU TLS backend. +** Autoreconf works again for distributed tarballs. * Changes in Wget 1.13.4 -- 2.39.2