diff options
author | Jason Molenda <crash@cygnus> | 1996-06-26 03:35:01 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1996-06-26 03:35:01 +0000 |
commit | 78c09e4af5d59fda57ad5a2bbd4942f7525bda8a (patch) | |
tree | 1614bc56cfab7130898b3e3b824e7feafe56c719 /sim/ppc/configure.in | |
parent | a271d1d966c0273a514471605fb21d078d7e9f83 (diff) | |
download | gdb-78c09e4af5d59fda57ad5a2bbd4942f7525bda8a.zip gdb-78c09e4af5d59fda57ad5a2bbd4942f7525bda8a.tar.gz gdb-78c09e4af5d59fda57ad5a2bbd4942f7525bda8a.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/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index 05d9d7f..99816a0 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -1,8 +1,9 @@ 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_PROG_CC +AC_PROG_INSTALL # Put a plausible default for CC_FOR_BUILD in Makefile. AC_C_CROSS |