]> sourceware.org Git - automake.git/commitdiff
upped to 1.2d Release-1-2d
authorTom Tromey <tromey@redhat.com>
Wed, 26 Nov 1997 21:47:33 +0000 (21:47 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 26 Nov 1997 21:47:33 +0000 (21:47 +0000)
ChangeLog
Makefile.in
NEWS
aclocal.m4
configure
configure.in
m4/Makefile.in
stamp-vti
tests/Makefile.in
version.texi

index 3aadc4a7f31e61600744feff87cbdc58c765df57..54a828541e2e34375f1efa97879013ec82b1a34d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Wed Nov 26 13:41:57 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * Released 1.2d.
+
        * m4/ccstdc.m4: Don't force AM_PROG_CC_STDC before AC_PROG_CPP.
        Temporary hack.
 
index dfc532f77d1f646b30612393f4b66e9ba9dc24c2..39233a407d8924c638d14f221e8158781eb0f3c6 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2c from Makefile.am
+# Makefile.in generated automatically by automake 1.2d from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -49,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 transform = @program_transform_name@
 
-NORMAL_INSTALL = true
-PRE_INSTALL = true
-POST_INSTALL = true
-NORMAL_UNINSTALL = true
-PRE_UNINSTALL = true
-POST_UNINSTALL = true
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
@@ -350,17 +350,18 @@ tags-recursive:
 
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES)
-       here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
+ID: $(HEADERS) $(SOURCES) $(LISP)
+       here=`pwd` && cd $(srcdir) \
+         && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
        tags=; \
        here=`pwd`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
        done; \
-       test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
-         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
+       test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$(LISP)$$tags" \
+         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) $(LISP) -o $$here/TAGS)
 
 mostlyclean-tags:
 
diff --git a/NEWS b/NEWS
index 94734e62c569b2a21109abf8fd3b659ef607c7a4..ceddc866b1e9eaedb000f8397a475dcc17bebdba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ New in 1.2c:
 * Built-in support for assembly
 * aclocal gives error if `AM_' macro not found
 * Passed YFLAGS, not YACCFLAGS, to yacc 
+* AM_PROG_CC_STDC does not have to come before AC_PROG_CPP
 \f
 New in 1.2:
 * Bug fixes
index 9fec0d1354eb0198f43d36230db0855d7be66a0b..8d98fe85a6a5a0b6a0bca263e559e98d0e7de225 100644 (file)
@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.2c
+dnl aclocal.m4 generated automatically by aclocal 1.2d
 
 dnl Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 dnl This Makefile.in is free software; the Free Software Foundation
index 7f0bf44010fce4aa1cac6445f8f21fab7dcddf6c..bfc4085d18eec784ec3bcc45954044d3f497646e 100755 (executable)
--- a/configure
+++ b/configure
@@ -688,7 +688,7 @@ fi
 
 PACKAGE=automake
 
-VERSION=1.2c
+VERSION=1.2d
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index a9ea963ef5e72e90d5d059fc66c0bd257b62230b..f19c1543a872a6392cf2d859b5f6184b719453e2 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(automake.in)
 
-AM_INIT_AUTOMAKE(automake, 1.2c)
+AM_INIT_AUTOMAKE(automake, 1.2d)
 
 # Find an appropriate tar for use in "dist" targets.  A "best guess"
 # is good enough -- if we can't find GNU tar, we don't really care.
index 028d73b1f704742983d4deabcaf37999b513f774..ba4bc06dd22b1c23e638bfec463591e7a21e0dc8 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2c from Makefile.am
+# Makefile.in generated automatically by automake 1.2d from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -49,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 transform = @program_transform_name@
 
-NORMAL_INSTALL = true
-PRE_INSTALL = true
-POST_INSTALL = true
-NORMAL_UNINSTALL = true
-PRE_UNINSTALL = true
-POST_UNINSTALL = true
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
index 5625c4fdcb0eaa61cb38216d2033590d1ae1ed9c..68a877628e0ae8f8ef1228da10c5dbfb0300b6b1 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,3 +1,3 @@
 @set UPDATED 25 October 1997
-@set EDITION 1.2c
-@set VERSION 1.2c
+@set EDITION 1.2d
+@set VERSION 1.2d
index 39c1f7c0f6b11323584e6b6b886e793bc7066442..f534bedced494a983f9722e276aaef489cd6f46c 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2c from Makefile.am
+# Makefile.in generated automatically by automake 1.2d from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -49,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 transform = @program_transform_name@
 
-NORMAL_INSTALL = true
-PRE_INSTALL = true
-POST_INSTALL = true
-NORMAL_UNINSTALL = true
-PRE_UNINSTALL = true
-POST_UNINSTALL = true
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
 PERL = @PERL@
index 5625c4fdcb0eaa61cb38216d2033590d1ae1ed9c..68a877628e0ae8f8ef1228da10c5dbfb0300b6b1 100644 (file)
@@ -1,3 +1,3 @@
 @set UPDATED 25 October 1997
-@set EDITION 1.2c
-@set VERSION 1.2c
+@set EDITION 1.2d
+@set VERSION 1.2d
This page took 0.052739 seconds and 5 git commands to generate.