summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-15 20:09:51 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-15 20:09:51 +0000
commitd82cc2e950465dd559e00c689707de7541041668 (patch)
treee289a87cdad85815068bd62e26829fa7bbb417ea /configure.in
parent17c2c6cd562053ef4897a90b6fab93b92b929b12 (diff)
install-sh lives now in scripts subdir.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 44914076b0..0ab036aadf 100644
--- a/configure.in
+++ b/configure.in
@@ -435,9 +435,9 @@ AC_MSG_RESULT($default_sysnames)
### Locate tools.
AC_PROG_INSTALL
-if test "$INSTALL" = "${srcdir}/install-sh -c"; then
+if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
# The makefiles need to use a different form to find it in $srcdir.
- INSTALL='\$(..)./install-sh -c'
+ INSTALL='\$(..)./scripts/install-sh -c'
fi
AC_PROG_LN_S