From 58944bed8acddc1f9c207e5e8678133eae94183b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 4 Jul 2001 03:25:14 +0000 Subject: [PATCH] * configure.in: Released 1.4h. --- ChangeLog | 2 ++ Makefile.in | 15 +++++---------- NEWS | 2 +- aclocal.m4 | 4 ++-- configure | 2 +- configure.in | 2 +- lib/Automake/Makefile.in | 2 +- lib/Makefile.in | 2 +- lib/am/Makefile.in | 2 +- m4/Makefile.in | 4 ++-- stamp-vti | 4 ++-- tests/Makefile.in | 4 ++-- version.texi | 4 ++-- 13 files changed, 23 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dab9836..2a54adea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-07-03 Tom Tromey + * configure.in: Released 1.4h. + * lib/config.guess, lib/config.sub: Updated. 2001-07-02 Tom Tromey diff --git a/Makefile.in b/Makefile.in index 9f19b74e..14019523 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4g from Makefile.am. +# Makefile.in generated automatically by automake 1.4h from Makefile.am. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -105,8 +105,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ - Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \ - automake.in configure configure.in install-sh mdate-sh missing \ + Makefile.in NEWS THANKS TODO aclocal.in aclocal.m4 automake.in \ + configure configure.in install-sh mdate-sh missing \ mkinstalldirs stamp-vti version.texi DIST_SUBDIRS = $(SUBDIRS) all: all-recursive @@ -115,13 +115,13 @@ all: all-recursive .SUFFIXES: .dvi .info .ps .texi $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits Makefile + $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$@ $(SHELL) ./config.status -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) @@ -345,11 +345,6 @@ distdir = $(PACKAGE)-$(VERSION) GZIP_ENV = --best distdir: $(DISTFILES) - @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \ - then :; else \ - echo "NEWS not updated; not releasing" 1>&2; \ - exit 1; \ - fi -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) mkdir $(distdir) $(mkinstalldirs) $(distdir)/. diff --git a/NEWS b/NEWS index e0ad5aae..634274b1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in 1.4f: +New in 1.4h: * Support for `configure.ac'. * Support for `else COND', `endif COND' and negated conditions `!COND'. * `make dist-all' is much faster. diff --git a/aclocal.m4 b/aclocal.m4 index bc8cc48e..48961362 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4 generated automatically by aclocal 1.4f +# aclocal.m4 generated automatically by aclocal 1.4h # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -63,7 +63,7 @@ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) # Autoconf 2.50 wants to disallow AM_ names. We explicitly allow # the ones we care about. ifdef([m4_pattern_allow], - [m4_pattern_allow([^AM_(C|CPP|CXX|OBJC|F|R|GCJ)FLAGS])])dnl + [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl diff --git a/configure b/configure index c4c7f811..3a5801de 100755 --- a/configure +++ b/configure @@ -779,7 +779,7 @@ fi # Define the identity of the package. PACKAGE=automake -VERSION=1.4g +VERSION=1.4h cat >> confdefs.h <