summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:49:42 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:49:42 +0000
commita3d49e06681b4d4b8febd5f5ecfc78665101a02d (patch)
tree5247c025f57fcd8593ed4b9755a9d0f447176ce4 /configure.in
parente14fbc4dc30ba6c78821fff30f564e55284eda81 (diff)
downloadbinutils-redhat-a3d49e06681b4d4b8febd5f5ecfc78665101a02d.tar.gz
* Makefile.tpl: Set INSTALL and friends using autoconf. Remove
unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7f5150fe38..6c22addc74 100644
--- a/configure.in
+++ b/configure.in
@@ -23,6 +23,9 @@ AC_PREREQ(2.13)
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
+# Get 'install' or 'install-sh' and its variants.
+AC_PROG_INSTALL
+
sinclude(config/acx.m4)
### we might need to use some other shell than /bin/sh for running subshells