diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-13 22:39:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-13 22:39:09 +0000 |
commit | ed9c47d90b74b02e40d45b65b84027b8f2eca9c9 (patch) | |
tree | d66276611b8c1b55b8f2a04834764ab34e7d5c63 /configure | |
parent | 2b80a3726a13ff418461c49c82fd968f23252e8c (diff) | |
download | glibc-ed9c47d90b74b02e40d45b65b84027b8f2eca9c9.tar.gz glibc-ed9c47d90b74b02e40d45b65b84027b8f2eca9c9.tar.xz glibc-ed9c47d90b74b02e40d45b65b84027b8f2eca9c9.zip |
Update.
1999-08-13 Ulrich Drepper <drepper@cygnus.com> * stdio-common/tstscanf.c: Add test for hexadecimal float parsing problem.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index f59fa2262e..111ffe4138 100755 --- a/configure +++ b/configure @@ -1191,9 +1191,9 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -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 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 echo "configure:1200: checking whether ln -s works" >&5 |