diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 22:07:50 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 22:07:50 +0000 |
commit | ce3189da636d855895fc9613c69d87ce27e7e5c6 (patch) | |
tree | 5ca8b5ad3eecdf3069443e16d32d62d9c9dccea0 /sim/sh | |
parent | cef84fb39401b66e359654c661371d2491e5c7d9 (diff) | |
download | gdb-ce3189da636d855895fc9613c69d87ce27e7e5c6.zip gdb-ce3189da636d855895fc9613c69d87ce27e7e5c6.tar.gz gdb-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/sh')
-rw-r--r-- | sim/sh/configure.in | 3 |
1 files changed, 2 insertions, 1 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) |