Fix regeneration of autotools files in a distributed tarball.

This commit is contained in:
Giuseppe Scrivano 2011-12-12 21:30:39 +01:00
parent 0bfb1aa9be
commit c2ee928302
3 changed files with 7 additions and 1 deletions

View File

@ -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.

View 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 \
build-aux/build_info.pl .version
build-aux/build_info.pl build-aux/bzr-version-gen .version
CLEANFILES = *~ *.bak $(DISTNAME).tar.gz

1
NEWS
View File

@ -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.
** Autoreconf works again for distributed tarballs.
* Changes in Wget 1.13.4