aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:47:31 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-13 20:47:31 +0000
commit775956d09438a0ab87727ed153f5cd132cef2773 (patch)
treebf418af6f88e3c805062a396f60a5cd5b92cb569 /configure.in
parent7eaab492be613f9f1aa93ae983d4d436331645a9 (diff)
downloadgcc-775956d09438a0ab87727ed153f5cd132cef2773.zip
gcc-775956d09438a0ab87727ed153f5cd132cef2773.tar.gz
gcc-775956d09438a0ab87727ed153f5cd132cef2773.tar.bz2
re PR bootstrap/11273 (make install fails in libobjc directory)
PR bootstrap/11273 PR bootstrap/11408 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r69304
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 7f5150f..6c22add 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