From: Tom Tromey Date: Fri, 13 Feb 1998 07:31:03 +0000 (+0000) Subject: upped to 1.2e X-Git-Tag: Release-1-2e~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d1e88df35d037747f9b21506e3291a2fed3702;p=thirdparty%2Fautomake.git upped to 1.2e --- diff --git a/ChangeLog b/ChangeLog index b46c2904e..9680ebd8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 13 00:28:53 1998 Tom Tromey + + * Released 1.2e. + Thu Feb 12 22:27:05 1998 Tom Tromey * automake.in (get_object_extension): Conditionally include .c.o diff --git a/Makefile.in b/Makefile.in index 1d42c66f8..692ffa1d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 31a91b80b..4d06451ae 100644 --- 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 7686e68ed..13c04682c 100644 --- 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 @@ -62,16 +66,6 @@ * 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 diff --git a/aclocal.m4 b/aclocal.m4 index 8d98fe85a..0d1b1f653 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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. diff --git a/configure b/configure index bfc4085d1..fe92293b8 100755 --- 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; } diff --git a/configure.in b/configure.in index f19c1543a..8e109fe1f 100644 --- a/configure.in +++ b/configure.in @@ -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. diff --git a/m4/Makefile.in b/m4/Makefile.in index 77c5a75e2..a6d78d7a6 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -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/stamp-vti b/stamp-vti index dd19bf165..4c724f35a 100644 --- 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 diff --git a/tests/Makefile.in b/tests/Makefile.in index d28c408a7..804d73fd9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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/version.texi b/version.texi index dd19bf165..4c724f35a 100644 --- a/version.texi +++ b/version.texi @@ -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