projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b9abf
)
* Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
author
David Edelsohn
<dje.gcc@gmail.com>
Tue, 4 Feb 1997 21:24:23 +0000
(21:24 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Tue, 4 Feb 1997 21:24:23 +0000
(21:24 +0000)
COMMON_{PRE,POST}_CONFIG_FRAG instead.
* configure.in: sinclude ../common/aclocal.m4.
* configure: Regenerated.
sim/arm/configure.in
patch
|
blob
|
history
diff --git
a/sim/arm/configure.in
b/sim/arm/configure.in
index f822c9ef364ba8cb424bdcdd448722deab256aeb..033b0bc161589179292b5f77768f827967a6f272 100644
(file)
--- 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)