From c7b7cf4f79efab77d6f33784ec823ba39fc8a39c Mon Sep 17 00:00:00 2001 From: Chris Provenzano Date: Fri, 13 Jan 1995 22:07:17 +0000 Subject: [PATCH] Auto configure changes. I didn't do anything git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4816 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/autoconf/configure | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/util/autoconf/configure b/src/util/autoconf/configure index 909abd2ab..97345c99e 100644 --- a/src/util/autoconf/configure +++ b/src/util/autoconf/configure @@ -1,5 +1,6 @@ #!/bin/sh + # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.1 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. @@ -490,25 +491,6 @@ else echo "configure: warning: autoscan will not be built since perl is not found" 1>&2 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. - # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: @@ -586,7 +568,9 @@ cat > $cache_file <<\EOF # EOF # Ultrix sh set writes to stderr and can't be redirected directly. -(set) 2>&1 | +# Ultrix sh set also returns variables that were read in from the config file +# with their high bit set. +(set) 2>&1 | tr '\201-\377' '\001-\177' | sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/: \${\1='\2'}/p" \ >> $cache_file else -- 2.26.2