From 0201e1515ab2e18173e2c3391f238182ed006d1a Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 6 Feb 2004 04:49:55 +0000 Subject: [PATCH] * Makefile.in: Regenerate. * doc/Makefile.in: Likewise. * example/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/libdejagnu/Makefile.in: Likewise. --- ChangeLog | 11 ++++++++--- Makefile.in | 2 +- doc/Makefile.in | 2 +- example/Makefile.in | 2 +- testsuite/Makefile.in | 2 +- testsuite/libdejagnu/Makefile.in | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9f3dfd..7b906fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * configure.in: Rename from this .. * configure.ac: .. to this. Require Autoconf 2.50. + * Makefile.in: Regenerate. + * doc/Makefile.in: Likewise. + * example/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. + * testsuite/libdejagnu/Makefile.in: Likewise. 2004-02-06 Ben Elliston @@ -35,9 +40,9 @@ * doc/dejagnu.texi: Document KFAIL and KPASS. 2002-02-20 Richard Henderson - * lib/target.exp (prune_warnings): Revert early "In function" strip, - as this breaks g++.dg tests. Match dangerous regexp without the - "In function" header. + * lib/target.exp (prune_warnings): Revert early "In function" + strip, as this breaks g++.dg tests. Match dangerous regexp + without the "In function" header. 2002-02-09 Richard Henderson * lib/target.exp (prune_warnings): Strip "In function" etc early. diff --git a/Makefile.in b/Makefile.in index a428e53..5a08ce5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ install-sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 0d2ccbc..39a92ba 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -37,7 +37,7 @@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/example/Makefile.in b/example/Makefile.in index 2dcd205..f5c45ca 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -37,7 +37,7 @@ subdir = example DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 0f2752c..c52c52c 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -37,7 +37,7 @@ subdir = testsuite DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/testsuite/libdejagnu/Makefile.in b/testsuite/libdejagnu/Makefile.in index eb9a310..c7582ff 100644 --- a/testsuite/libdejagnu/Makefile.in +++ b/testsuite/libdejagnu/Makefile.in @@ -43,7 +43,7 @@ subdir = testsuite/libdejagnu DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- 2.7.4