From: Giuseppe Scrivano Date: Mon, 12 Dec 2011 20:30:39 +0000 (+0100) Subject: Fix regeneration of autotools files in a distributed tarball. X-Git-Tag: v1.14~65 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c2ee9283024b2cb2b4205f35b79c6f6093e0dce8 Fix regeneration of autotools files in a distributed tarball. --- 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