diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 21:24:23 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-02-04 21:24:23 +0000 |
commit | 111c0666a7247450eaede59b02852c7987a3b89b (patch) | |
tree | 82b8c0d9f5283a5d5af65657c24036ca873b7eb4 /sim | |
parent | 27b9abfd02edb8aef107796353f60adf8e021725 (diff) | |
download | fsf-binutils-gdb-111c0666a7247450eaede59b02852c7987a3b89b.zip fsf-binutils-gdb-111c0666a7247450eaede59b02852c7987a3b89b.tar.gz fsf-binutils-gdb-111c0666a7247450eaede59b02852c7987a3b89b.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/arm/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/arm/configure.in b/sim/arm/configure.in index f822c9e..033b0bc 100644 --- a/sim/arm/configure.in +++ b/sim/arm/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) |