]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Sep 2002 00:25:34 +0000 (00:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Sep 2002 00:25:34 +0000 (00:25 +0000)
make handles suffix-rules differently from GNU make.

* bin/Makefile.am (SUFFIXES, .in): Remove.
(autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
Move the body of the old .in rule here.

ChangeLog

index 65a6f9fece98055f77810949a5d25a9499eb95d7..93c93a0b342c36074de6a43dfd8020586fa42072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-24  Paul Eggert  <eggert@twinsun.com>
+
+       Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
+       make handles suffix-rules differently from GNU make.
+
+       * bin/Makefile.am (SUFFIXES, .in): Remove.
+       (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
+       Move the body of the old .in rule here.
+
 2002-09-16  Akim Demaille  <akim@epita.fr>
 
        i960 compilers create `b.out' files by default.