From a05ecea5a5813c06254b2991a07ebd870bf6f718 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 9 Oct 1998 03:15:27 +0000 Subject: [PATCH] 1998-10-09 Tom Tromey * Makefile.in (autoconf.m4f): New target. (autoheader.m4f): Likewise. --- ChangeLog | 5 +++++ Makefile.in | 5 ++++- doc/Makefile.in | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32911549..3b41b2e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-09 Tom Tromey + + * Makefile.in (autoconf.m4f): New target. + (autoheader.m4f): Likewise. + 1998-10-08 Ben Elliston * acgeneral.m4 (AC_TRY_LINK_FUNC): Fix macro ordering. diff --git a/Makefile.in b/Makefile.in index ade9e501..a6c94d45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. diff --git a/doc/Makefile.in b/doc/Makefile.in index ade9e501..a6c94d45 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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. -- 2.47.2