diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-13 20:16:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-13 20:16:30 +0000 |
commit | 2b80a3726a13ff418461c49c82fd968f23252e8c (patch) | |
tree | 34d18cfb16320ea772473507da69413fb8fcff0e /configure.in | |
parent | 0697cdc3950e52cd6900ae6a52a46d2fa63973a1 (diff) | |
download | glibc-2b80a3726a13ff418461c49c82fd968f23252e8c.tar glibc-2b80a3726a13ff418461c49c82fd968f23252e8c.tar.gz glibc-2b80a3726a13ff418461c49c82fd968f23252e8c.tar.bz2 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.in | 4 |
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 |