projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125c17a
)
From: Miles Bader <miles@gnu.ai.mit.edu>
author
Fred Fish
<fnf@specifix.com>
Mon, 8 Apr 1996 04:56:53 +0000
(
04:56
+0000)
committer
Fred Fish
<fnf@specifix.com>
Mon, 8 Apr 1996 04:56:53 +0000
(
04:56
+0000)
* configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
* configure: Regenerate using autoconf.
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index
f15b1c7
..
296cb8c
100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-2,6
+2,10
@@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.3)dnl
AC_INIT(Makefile.in)
+AC_PROG_CC
+AC_CHECK_TOOL(AR, ar)
+AC_CHECK_TOOL(RANLIB, ranlib, :)
+
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM