about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-13 20:16:30 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-13 20:16:30 +0000
commit2b80a3726a13ff418461c49c82fd968f23252e8c (patch)
tree34d18cfb16320ea772473507da69413fb8fcff0e /configure.in
parent0697cdc3950e52cd6900ae6a52a46d2fa63973a1 (diff)
downloadglibc-2b80a3726a13ff418461c49c82fd968f23252e8c.tar.gz
glibc-2b80a3726a13ff418461c49c82fd968f23252e8c.tar.xz
glibc-2b80a3726a13ff418461c49c82fd968f23252e8c.zip
Update.
1999-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* configure.in: install-sh lives now in scripts subdir.
	PR libc/1255 (bug 4).
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 6203266658..1fadd798ff 100644
--- a/configure.in
+++ b/configure.in
@@ -444,9 +444,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