]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
upped to 1.2e
authorTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 07:31:03 +0000 (07:31 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 07:31:03 +0000 (07:31 +0000)
ChangeLog
Makefile.in
NEWS
TODO
aclocal.m4
configure
configure.in
m4/Makefile.in
stamp-vti
tests/Makefile.in
version.texi

index b46c2904eb43633882ae2ec456ad83e25d43559f..9680ebd8ea68ba0a4300121d22ca78254cc662f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 13 00:28:53 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * Released 1.2e.
+
 Thu Feb 12 22:27:05 1998  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (get_object_extension): Conditionally include .c.o
index 1d42c66f88ce9bfe300556775bcd1eb7a8729358..692ffa1d794e07cacfec9946857538d89b64071f 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2d from Makefile.am
+# Makefile.in generated automatically by automake 1.2e from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
diff --git a/NEWS b/NEWS
index 31a91b80b09dd5c9bdfeba2f1792b71b26ec3187..4d06451ae754f2737265fc740179e6fb2f2a2cdb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.2d:
+New in 1.2e:
 * Bug fixes
 * Better Cygwin32 support
 * Support for suffix rules with _SOURCES variables
diff --git a/TODO b/TODO
index 7686e68ed60c0176a37b9daa421cee98827c9f99..13c04682c4b9a4482bc4a712ec33ead2e2611b79 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+* dependency tracking doesn't work well when a file is removed
+  the new code to track header dependencies exacerbates this
+  what is the fix?
+  ANSWER: for each dependency foo.h, make a dummy target `foo.h:'
+  in the .P file.  Then the right thing ought to happen
+
 * Every program foo has FOOFLAGS right now.
   It should also have AM_FOOFLAGS, which can be set in Makefile.am.
 
@@ -23,8 +29,6 @@
   another _SOURCES line. [? or maybe just leave this up to the
   to-be-defined generic distribution method ]
   must completely revisit the entire BUILT_SOURCES idea
-  probably should generate dependencies as side effect of compile
-  (but that will mess up guile distributions... sigh)
 
 * in --cygnus, clean-info not generated at top level
 
 
 * if foo.y is a source, foo.h isn't auto-distributed?
 
-* dependency tracking doesn't work well when a file is removed
-  the new code to track header dependencies exacerbates this
-  what is the fix?
-  it would probably be better to use "gcc -MD" and move the .d
-  file into the .deps directory.  That is, create the dependencies
-  as a side effect of compilation
-  This still won't solve the file-deletion problem
-  [ also: jim makes distributions by checking out, configuring,
-    and running "make dist".  This scheme would cause that to fail ]
-
 * copyrights on m4 files, aclocal output
 
 * is there a way to add a directory and then have "make" do all the
index 8d98fe85a6a5a0b6a0bca263e559e98d0e7de225..0d1b1f653d3e68ae75193b5679d3d5f9bed7f8c4 100644 (file)
@@ -1,6 +1,6 @@
-dnl aclocal.m4 generated automatically by aclocal 1.2d
+dnl aclocal.m4 generated automatically by aclocal 1.2e
 
-dnl Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 dnl This Makefile.in is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index bfc4085d18eec784ec3bcc45954044d3f497646e..fe92293b8884e3d7ed7fb5432be95ef0e6c7dc10 100755 (executable)
--- a/configure
+++ b/configure
@@ -688,7 +688,7 @@ fi
 
 PACKAGE=automake
 
-VERSION=1.2d
+VERSION=1.2e
 
 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 f19c1543a872a6392cf2d859b5f6184b719453e2..8e109fe1fcea6b41c23aa51ae6676e45c642dbcf 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.2d)
+AM_INIT_AUTOMAKE(automake, 1.2e)
 
 # 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 77c5a75e2033a35eb58f2bf33642ca891af48d0e..a6d78d7a6b098e90c5a9b9b3d7dae142a9a4f77d 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2d from Makefile.am
+# Makefile.in generated automatically by automake 1.2e from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
index dd19bf1654f45bf4f1b42775ba5bc7a6f3d21439..4c724f35a1ca08d90650f608f280468431ae9c60 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,3 +1,3 @@
 @set UPDATED 12 February 1998
-@set EDITION 1.2d
-@set VERSION 1.2d
+@set EDITION 1.2e
+@set VERSION 1.2e
index d28c408a79a89dff3946c79021b6c3e6b389c533..804d73fd9a608127e62a94aa2d064687a2bf4b4a 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2d from Makefile.am
+# Makefile.in generated automatically by automake 1.2e from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
index dd19bf1654f45bf4f1b42775ba5bc7a6f3d21439..4c724f35a1ca08d90650f608f280468431ae9c60 100644 (file)
@@ -1,3 +1,3 @@
 @set UPDATED 12 February 1998
-@set EDITION 1.2d
-@set VERSION 1.2d
+@set EDITION 1.2e
+@set VERSION 1.2e