+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
-# 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
-New in 1.2d:
+New in 1.2e:
* Bug fixes
* Better Cygwin32 support
* Support for suffix rules with _SOURCES variables
+* 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.
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
-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.
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; }
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.
-# 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
@set UPDATED 12 February 1998
-@set EDITION 1.2d
-@set VERSION 1.2d
+@set EDITION 1.2e
+@set VERSION 1.2e
-# 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
@set UPDATED 12 February 1998
-@set EDITION 1.2d
-@set VERSION 1.2d
+@set EDITION 1.2e
+@set VERSION 1.2e