From d82cc2e950465dd559e00c689707de7541041668 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Aug 1999 20:09:51 +0000 Subject: [PATCH] install-sh lives now in scripts subdir. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2