]> sjero.net Git - wget/commitdiff
Fix regeneration of autotools files in a distributed tarball.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 12 Dec 2011 20:30:39 +0000 (21:30 +0100)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 12 Dec 2011 20:30:39 +0000 (21:30 +0100)
ChangeLog
Makefile.am
NEWS

index 150066981ea545745bc9fbf932551c69d89e969b..39f591fe6a777ecb67ec99e17a37386aff687fd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (EXTRA_DIST): Add build-aux/bzr-version-gen.
+       Reported by: Elan Ruusamäe <glen@pld-linux.org>.
+
 2011-12-11  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * util/trunc.c (main): Call `close' on the fd and check for errors.
 2011-12-11  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * util/trunc.c (main): Call `close' on the fd and check for errors.
index 9fdc5713e9c31933c575a17c67edb9bef31c2dba..24d95e07f0e321b525dcf7b948b60885b334aa70 100644 (file)
@@ -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 \
 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
 
 
 CLEANFILES = *~ *.bak $(DISTNAME).tar.gz
 
diff --git a/NEWS b/NEWS
index 27f27743830c7fa59a8a98857c823a57cf6cb4d9..61a4983ad13fab347e3701ac748a5c2768724b50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 
 ** Fix a memory leak problem in the GNU TLS backend.
 
 
 ** Fix a memory leak problem in the GNU TLS backend.
 
+** Autoreconf works again for distributed tarballs.
 \f
 * Changes in Wget 1.13.4
 
 \f
 * Changes in Wget 1.13.4