From: Ulrich Drepper Date: Sun, 15 Aug 1999 20:09:51 +0000 (+0000) Subject: install-sh lives now in scripts subdir. X-Git-Tag: cvs/glibc_2-1-2~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82cc2e950465dd559e00c689707de7541041668;p=thirdparty%2Fglibc.git install-sh lives now in scripts subdir. --- diff --git a/configure.in b/configure.in index 44914076b0c..0ab036aadf3 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