From e2d62beef1fffeafaa7fcbbe348d0c2c5ef3eeca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 11 Aug 1996 20:47:12 +0000 Subject: [PATCH] Fixlets --- ChangeLog | 3 +++ Makefile.in | 2 ++ NEWS | 2 +- automake.in | 3 ++- configure | 2 +- configure.in | 2 +- tests/Makefile.in | 2 ++ version.texi | 4 ++-- 8 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d7cb91a..e10488ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sun Aug 11 00:20:16 1996 Tom Tromey + * automake.in (initialize_global_constants): [common_files] + Include interlock and ylwrap. + * Released version 1.1c. * aclocal.in (obsolete_macros): md_TYPE_PTRDIFF_T and diff --git a/Makefile.in b/Makefile.in index 7512459c..7b60ddff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,6 +67,7 @@ ETAGS_ARGS = automake.in aclocal.in --lang=none \ TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi ACLOCAL = aclocal.m4 mkinstalldirs = $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = automake aclocal SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS) @@ -361,6 +362,7 @@ mostlyclean-generic: clean-generic: test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) distclean-generic: rm -f Makefile $(DISTCLEANFILES) diff --git a/NEWS b/NEWS index a197b7cb..5900bb8e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in 1.1c: +New in 1.1d: * Bug fixes * Better DejaGNU support * Added no-installinfo option diff --git a/automake.in b/automake.in index 28cb1d88..9f3b8822 100755 --- a/automake.in +++ b/automake.in @@ -2956,7 +2956,8 @@ sub initialize_global_constants "INSTALL", "ABOUT-NLS", "ChangeLog", "configure", "configure.in", "config.guess", "config.sub", "AUTHORS", "BACKLOG", "ABOUT-GNU", "libversion.in", "mdate-sh", "mkinstalldirs", "install-sh", - 'texinfo.tex', "ansi2knr.c", "ansi2knr.1", 'elisp-comp' + 'texinfo.tex', "ansi2knr.c", "ansi2knr.1", 'elisp-comp', + 'interlock', 'ylwrap' ); # Commonly used files we auto-include, but only sometimes. diff --git a/configure b/configure index 640f6bfc..9cce49bf 100755 --- a/configure +++ b/configure @@ -597,7 +597,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755' PACKAGE=automake -VERSION=1.1c +VERSION=1.1d if test "$program_transform_name" = s,x,x,; then program_transform_name= diff --git a/configure.in b/configure.in index 80db0675..5758e65a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(automake.in) -AM_INIT_AUTOMAKE(automake, 1.1c) +AM_INIT_AUTOMAKE(automake, 1.1d) AC_PROG_MAKE_SET AC_ARG_PROGRAM diff --git a/tests/Makefile.in b/tests/Makefile.in index 3a0eb541..28555a8a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -54,6 +54,7 @@ exsource.test canon4.test dup.test defun.test cxxlink.test cxxnoc.test EXTRA_DIST = defs $(TESTS) mkinstalldirs = $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = DIST_COMMON = ChangeLog Makefile.am Makefile.in @@ -137,6 +138,7 @@ mostlyclean-generic: clean-generic: test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) distclean-generic: rm -f Makefile $(DISTCLEANFILES) diff --git a/version.texi b/version.texi index 5321dbad..08683df8 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ @set UPDATED 10 August 1996 -@set EDITION 1.1c -@set VERSION 1.1c +@set EDITION 1.1d +@set VERSION 1.1d -- 2.43.5