diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 23:54:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-08 23:54:11 +0000 |
commit | 444518fedfcd3200d78744365373cebbbb9016fd (patch) | |
tree | ed3a758ad8c2f5765d6756ea1a052506d9e2bc59 /configure | |
parent | 5bc2f642a77010ef3d118dc286b39fa4a7f21699 (diff) | |
download | glibc-444518fedfcd3200d78744365373cebbbb9016fd.tar glibc-444518fedfcd3200d78744365373cebbbb9016fd.tar.gz glibc-444518fedfcd3200d78744365373cebbbb9016fd.tar.bz2 glibc-444518fedfcd3200d78744365373cebbbb9016fd.zip |
Update.
1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
* misc/Makefile (tests): Add tst-mntent.
* misc/tst-mntent.c: New file.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -581,6 +581,25 @@ fi +ac_aux_dir= +for ac_dir in scripts $srcdir/scripts; do + if test -f $ac_dir/install-sh; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f $ac_dir/install.sh; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + fi +done +if test -z "$ac_aux_dir"; then + { echo "configure: error: can not find install-sh or install.sh in scripts $srcdir/scripts" 1>&2; exit 1; } +fi +ac_config_guess=$ac_aux_dir/config.guess +ac_config_sub=$ac_aux_dir/config.sub +ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. + # This will get text that should go into config.make. config_vars= @@ -745,25 +764,6 @@ else fi -ac_aux_dir= -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f $ac_dir/install.sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - fi -done -if test -z "$ac_aux_dir"; then - { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } -fi -ac_config_guess=$ac_aux_dir/config.guess -ac_config_sub=$ac_aux_dir/config.sub -ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. - subdirs="$add_ons" add_ons_pfx= |