]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
install-sh lives now in scripts subdir.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Aug 1999 20:09:51 +0000 (20:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Aug 1999 20:09:51 +0000 (20:09 +0000)
configure.in

index 44914076b0cf2a38c11d6bc6518084aca3b5b024..0ab036aadf3d46d0f9985e2e06f774797d2a6609 100644 (file)
@@ -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