aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-06-26 03:22:34 +0000
committerJason Molenda <crash@cygnus>1996-06-26 03:22:34 +0000
commit445289655a410133fd7009e02b5a7b7ee5853b28 (patch)
tree318beca9f2c89d8633675691d0703b82b309efd1 /sim/arm
parent31884e281b5f16f7a544e6ca24d4174012cc55e9 (diff)
downloadfsf-binutils-gdb-445289655a410133fd7009e02b5a7b7ee5853b28.zip
fsf-binutils-gdb-445289655a410133fd7009e02b5a7b7ee5853b28.tar.gz
fsf-binutils-gdb-445289655a410133fd7009e02b5a7b7ee5853b28.tar.bz2
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/arm/configure.in b/sim/arm/configure.in
index 0eb7b73..a1532ea 100644
--- a/sim/arm/configure.in
+++ b/sim/arm/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.3)dnl
+AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
@@ -9,6 +9,7 @@ AC_ARG_PROGRAM
. ${srcdir}/../../bfd/configure.host
AC_PROG_CC
+AC_PROG_INSTALL
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AR=${AR-ar}