From 38f48d729d916673434b57dabd7e88e637544033 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 12 Jan 2005 16:23:24 +0000 Subject: Index: m32r/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: m68hc11/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: mcore/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: mips/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: mn10300/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: ppc/ChangeLog 2005-01-11 Andrew Cagney * configure.ac: Delete AC_CONFIG_AUX_DIR. * configure: Re-generate. Index: sh/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: testsuite/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: v850/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: erc32/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: frv/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: h8300/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: igen/ChangeLog 2005-01-11 Andrew Cagney * configure.ac: Delete AC_CONFIG_AUX_DIR. * configure: Re-generate. Index: d10v/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: ChangeLog 2005-01-11 Andrew Cagney * Makefile.in (autoconf-common autoheader-common): Add --force to autoconf and autoheader. (autoconf-common autoheader-common) (autoconf-install autoheader-install): Check for configure.ac, not configure.in. * configure.ac: Delete AC_CONFIG_AUX_DIR. * configure: Re-generate. Index: arm/ChangeLog 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. Index: common/ChangeLog 2005-01-11 Andrew Cagney * aclocal.m4 (SIM_AC_OUTPUT): Rewrite to use 2.59 macros. * configure: Regenerated to track ../common/aclocal.m4 changes. --- sim/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sim/Makefile.in') diff --git a/sim/Makefile.in b/sim/Makefile.in index a46dda81d1d..7e6dbde9206 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -213,14 +213,14 @@ config.status: configure autoconf-common autoheader-common: for d in * ; \ do \ - if [ -d $$d -a -f $$d/configure.in ] ; \ + if [ -d $$d -a -f $$d/configure.ac ] ; \ then \ echo "Running autoconf in $$d ..." ; \ - (cd $$d && autoconf) ; \ + (cd $$d && autoconf --force) ; \ if [ $@ = autoheader-common ] ; \ then \ echo "Running autoheader in $$d ..." ; \ - (cd $$d && autoheader) ; \ + (cd $$d && autoheader --force) ; \ fi ; \ fi ; \ done @@ -237,7 +237,7 @@ autoconf-changelog autoheader-changelog: echo "$$date $$name $$id@$$host" ; \ for d in * ; \ do \ - if [ -d $$d -a -f $$d/configure.in ] ; \ + if [ -d $$d -a -f $$d/configure.ac ] ; \ then \ echo "Creating new-$(ChangeLog) in $$d ..." ; \ ( echo "$$date $$name <$$id@$$host>" ; \ @@ -256,7 +256,7 @@ autoconf-changelog autoheader-changelog: autoconf-install autoheader-install: for d in * ; \ do \ - if [ -d $$d -a -f $$d/configure.in ] ; \ + if [ -d $$d -a -f $$d/configure.ac ] ; \ then \ echo "Moving $$d/new-$(ChangeLog) to $$d/$(ChangeLog) ..." ; \ mv $$d/new-$(ChangeLog) $$d/$(ChangeLog) ; \ -- cgit v1.2.1