]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-10-09 Tom Tromey <tromey@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 9 Oct 1998 03:15:27 +0000 (03:15 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Fri, 9 Oct 1998 03:15:27 +0000 (03:15 +0000)
* Makefile.in (autoconf.m4f): New target.
(autoheader.m4f): Likewise.

ChangeLog
Makefile.in
doc/Makefile.in

index 32911549c332d978ec83ee7fc588810cb5432188..3b41b2e230aee780f676d2939e53f170038f1693 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-09  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in (autoconf.m4f): New target.
+       (autoheader.m4f): Likewise.
+
 1998-10-08  Ben Elliston  <bje@cygnus.com>
 
        * acgeneral.m4 (AC_TRY_LINK_FUNC): Fix macro ordering.
index ade9e5017ca70fc5395254a185c5eb847336231f..a6c94d45c57029016c34ec6d2dee0bb2a345c1ba 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for Autoconf.
-# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -103,6 +103,9 @@ all: ${SCRIPTS} ${M4FROZEN} info
        *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
        esac
 
+autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
+autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
+
 info: autoconf.info @standards_info@ INSTALL
 
 # Use --no-split to avoid creating filenames > 14 chars.
index ade9e5017ca70fc5395254a185c5eb847336231f..a6c94d45c57029016c34ec6d2dee0bb2a345c1ba 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for Autoconf.
-# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -103,6 +103,9 @@ all: ${SCRIPTS} ${M4FROZEN} info
        *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \
        esac
 
+autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
+autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
+
 info: autoconf.info @standards_info@ INSTALL
 
 # Use --no-split to avoid creating filenames > 14 chars.