aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--Makefile.in2
-rw-r--r--doc/Makefile.in2
-rw-r--r--example/Makefile.in2
-rw-r--r--testsuite/Makefile.in2
-rw-r--r--testsuite/libdejagnu/Makefile.in2
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 <bje@wasabisystems.com>
@@ -35,9 +40,9 @@
* doc/dejagnu.texi: Document KFAIL and KPASS.
2002-02-20 Richard Henderson <rth@redhat.com>
- * 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 <rth@redhat.com>
* 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