aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 21:42:27 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-02-04 21:42:27 +0000
commit19c5af72af453ea3e65148392b19cf435505386f (patch)
treecc480df98214df96d4fc3520d35d87e5bcf64f19 /sim/d10v
parent2dffd20a0cc3155630d925961b0e663a16040f00 (diff)
downloadgdb-19c5af72af453ea3e65148392b19cf435505386f.zip
gdb-19c5af72af453ea3e65148392b19cf435505386f.tar.gz
gdb-19c5af72af453ea3e65148392b19cf435505386f.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/d10v')
-rw-r--r--sim/d10v/ChangeLog7
-rw-r--r--sim/d10v/configure.in3
2 files changed, 9 insertions, 1 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index 7ead91d..3539dfc 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,10 @@
+Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
+ COMMON_{PRE,POST}_CONFIG_FRAG instead.
+ * configure.in: sinclude ../common/aclocal.m4.
+ * configure: Regenerated.
+
Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
* configure configure.in Makefile.in: Update to new configure
diff --git a/sim/d10v/configure.in b/sim/d10v/configure.in
index f822c9e..033b0bc 100644
--- a/sim/d10v/configure.in
+++ b/sim/d10v/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)