]> sourceware.org Git - automake.git/commitdiff
* configure.in: Released 1.4h. Release-1-4h
authorTom Tromey <tromey@redhat.com>
Wed, 4 Jul 2001 03:25:14 +0000 (03:25 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 4 Jul 2001 03:25:14 +0000 (03:25 +0000)
13 files changed:
ChangeLog
Makefile.in
NEWS
aclocal.m4
configure
configure.in
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
stamp-vti
tests/Makefile.in
version.texi

index 5dab9836621e8fb87db00dd86811fc5cb55f307c..2a54adea9e7f26d55a9cfb30b90e7983d1273c5a 100644 (file)
--- 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>
index 9f19b74e67afb08c874d66b58ffb2f8f79bbc7cb..14019523118cfac9eae22aa9f6b30a581da8e18d 100644 (file)
@@ -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 e0ad5aae1095295666b9e474ddfe48106d6a1ac6..634274b16cb1b2dc8718c43bcf113e199aaa99d5 100644 (file)
--- 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.
index bc8cc48eaf66e166cf2099e2413f43d5c7cf83ca..489613620a08f17346d82be25260057deaf02393 100644 (file)
@@ -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
index c4c7f8119e84e2773dc844a15bebab0a9e6c66c4..3a5801deab0f719b4fad3cd3dee0c3b75ab7ab17 100755 (executable)
--- 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 <<EOF
 #define PACKAGE "$PACKAGE"
 EOF
index c787c4c77845f7bcf72b4dc3ffe58fd196c45319..7d3dcee3537d68fcad15c0eded72c85c766cfb0d 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT(automake.in)
 
 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
index ca51201a599a951cee3850e9d42fc12fe59f8771..a8ebd48085a7bbce50b71fd3a4f12fe1fd6e797d 100644 (file)
@@ -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.
index c45be6016a7f40ffd559f0420bc8849e274dd727..b3480e5f7b4d5fa81b6e8a97cff39934ab28fcfa 100644 (file)
@@ -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.
index f4e96d7ce5fddf821dae0df4574d962737023b75..619cdf11587435bee4e05f15ae033d46b3febe25 100644 (file)
@@ -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.
index 40ed2c9d221a13ce15ccc3a56ad56311bb037c0f..08c322356148a87620ef6576d35b2f40dba403ca 100644 (file)
@@ -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 @@ all: all-am
 .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= \
index e65175134464f19b59fd52b3d92a809dbb73f2ec..ac5621b35a66a9a252ccc46d1d77e1b3b0397fe3 100644 (file)
--- 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
index 175b08a92fb440ae30128034909730d46502e88c..678223ac8bc0a48485c899c2da3a9fe39a89a49f 100644 (file)
@@ -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 @@ all: all-am
 .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= \
index e65175134464f19b59fd52b3d92a809dbb73f2ec..ac5621b35a66a9a252ccc46d1d77e1b3b0397fe3 100644 (file)
@@ -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
This page took 0.043726 seconds and 5 git commands to generate.