diff --git a/ChangeLog b/ChangeLog index f4e01459..7ede8309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2007-10-18 Micah Cowan * po/POTFILES.in: Removed no-longer-existing or generated files. + * autogen.sh: Reinstated, in case we have to do something at + some point other than autoreconf. + * Makefile.am: Put autogen.sh back in EXTRA_DIST. Just in case + someone needs to rebuild configure. 2007-10-16 Micah Cowan diff --git a/Makefile.am b/Makefile.am index 98639ea3..f7a2c221 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,6 @@ test: all EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST \ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ - msdos/Makefile.WC ABOUT-NLS + msdos/Makefile.WC ABOUT-NLS autogen.sh CLEANFILES = *~ *.bak $(DISTNAME).tar.gz