aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 22:07:50 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 22:07:50 +0000
commitce3189da636d855895fc9613c69d87ce27e7e5c6 (patch)
tree5ca8b5ad3eecdf3069443e16d32d62d9c9dccea0 /sim
parentcef84fb39401b66e359654c661371d2491e5c7d9 (diff)
downloadbinutils-ce3189da636d855895fc9613c69d87ce27e7e5c6.zip
binutils-ce3189da636d855895fc9613c69d87ce27e7e5c6.tar.gz
binutils-ce3189da636d855895fc9613c69d87ce27e7e5c6.tar.bz2
* Makefile.in (@COMMON_MAKEFILE_FRAG): Use
COMMON_{PRE,POST}_CONFIG_FRAG instead. * configure.in: sinclude ../common/aclocal.m4. * configure: Regenerated.
Diffstat (limited to 'sim')
-rw-r--r--sim/sh/configure.in3
-rw-r--r--sim/v850/configure.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/sh/configure.in b/sim/sh/configure.in
index f822c9e..033b0bc 100644
--- a/sim/sh/configure.in
+++ b/sim/sh/configure.in
@@ -1,4 +1,5 @@
-dnl Process this file with `autoconf -l ../common' to produce a configure script.
+dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)
diff --git a/sim/v850/configure.in b/sim/v850/configure.in
index 7d355af..033b0bc 100644
--- a/sim/v850/configure.in
+++ b/sim/v850/configure.in
@@ -1,5 +1,5 @@
-dnl Process this file with `autoconf -l ../common' to produce a configure script.
-
+dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)