* configure.in: Released 1.4h.
diff --git a/ChangeLog b/ChangeLog
index 5dab983..2a54ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2001-07-03 Tom Tromey <tromey@redhat.com>
+ * configure.in: Released 1.4h.
+
* lib/config.guess, lib/config.sub: Updated.
2001-07-02 Tom Tromey <tromey@redhat.com>
diff --git a/Makefile.in b/Makefile.in
index 9f19b74..1401952 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 @@
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 @@
.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 @@
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 e0ad5aa..634274b 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 bc8cc48..4896136 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 @@
# 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 c4c7f81..3a5801d 100755
--- a/configure
+++ b/configure
@@ -779,7 +779,7 @@
# Define the identity of the package.
PACKAGE=automake
-VERSION=1.4g
+VERSION=1.4h
cat >> confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
EOF
diff --git a/configure.in b/configure.in
index c787c4c..7d3dcee 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@
AC_CONFIG_AUX_DIR(lib)
-AM_INIT_AUTOMAKE(automake, 1.4g)
+AM_INIT_AUTOMAKE(automake, 1.4h)
ACLOCAL="`pwd`/aclocal --acdir=m4"
# $AUTOMAKE is always run after a `cd $top_srcdir', hence `.' is really
diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in
index ca51201..a8ebd48 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/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.
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c45be60..b3480e5 100644
--- a/lib/Makefile.in
+++ b/lib/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.
diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in
index f4e96d7..619cdf1 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/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.
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 40ed2c9..08c3223 100644
--- a/m4/Makefile.in
+++ b/m4/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.
@@ -89,7 +89,7 @@
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnits m4/Makefile
+ $(AUTOMAKE) --gnu m4/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \
diff --git a/stamp-vti b/stamp-vti
index e651751..ac5621b 100644
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 1 July 2001
@set UPDATED-MONTH July 2001
-@set EDITION 1.4g
-@set VERSION 1.4g
+@set EDITION 1.4h
+@set VERSION 1.4h
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 175b08a..678223a 100644
--- a/tests/Makefile.in
+++ b/tests/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.
@@ -386,7 +386,7 @@
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnits tests/Makefile
+ $(AUTOMAKE) --gnu tests/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \
diff --git a/version.texi b/version.texi
index e651751..ac5621b 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 1 July 2001
@set UPDATED-MONTH July 2001
-@set EDITION 1.4g
-@set VERSION 1.4g
+@set EDITION 1.4h
+@set VERSION 1.4h