aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-06-25 13:11:45 +0000
committerJason Molenda <crash@cygnus>1996-06-25 13:11:45 +0000
commit39c3964f3ad4caf7f597fc74d7cc35dc22e8e678 (patch)
tree1fc1c4b91f6913cac0b9e9b0752e77a939181960 /gprof/configure.in
parent5d8b7982c55c05af9ab519a5f84868f72689b0ef (diff)
downloadfsf-binutils-gdb-39c3964f3ad4caf7f597fc74d7cc35dc22e8e678.zip
fsf-binutils-gdb-39c3964f3ad4caf7f597fc74d7cc35dc22e8e678.tar.gz
fsf-binutils-gdb-39c3964f3ad4caf7f597fc74d7cc35dc22e8e678.tar.bz2
* Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): added. * configure: Rebuilt.
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index d10dcd9..0d01bc6 100644
--- a/gprof/configure.in
+++ b/gprof/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(gprof.c)
AC_ARG_ENABLE(shared,
@@ -12,6 +12,7 @@ AC_ARG_ENABLE(shared,
esac])dnl
AC_PROG_CC
+AC_PROG_INSTALL
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM