aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/configure.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-06-26 03:26:09 +0000
committerJason Molenda <crash@cygnus>1996-06-26 03:26:09 +0000
commita271d1d966c0273a514471605fb21d078d7e9f83 (patch)
tree164ef7294ecb8b0bcd45b41593ea25fc654648bc /sim/mips/configure.in
parent445289655a410133fd7009e02b5a7b7ee5853b28 (diff)
downloadgdb-a271d1d966c0273a514471605fb21d078d7e9f83.zip
gdb-a271d1d966c0273a514471605fb21d078d7e9f83.tar.gz
gdb-a271d1d966c0273a514471605fb21d078d7e9f83.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. (AC_PROG_CC): Moved to before configure.host call. * configure: Rebuilt.
Diffstat (limited to 'sim/mips/configure.in')
-rw-r--r--sim/mips/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in
index fe9dccc..dc58c51 100644
--- a/sim/mips/configure.in
+++ b/sim/mips/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_HEADER(config.h:config.in)
@@ -7,10 +7,11 @@ AC_CONFIG_HEADER(config.h:config.in)
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
+AC_PROG_CC
+AC_PROG_INSTALL
. ${srcdir}/../../bfd/configure.host
-AC_PROG_CC
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AR=${AR-ar}