Auto configure changes. I didn't do anything
authorChris Provenzano <proven@mit.edu>
Fri, 13 Jan 1995 22:07:17 +0000 (22:07 +0000)
committerChris Provenzano <proven@mit.edu>
Fri, 13 Jan 1995 22:07:17 +0000 (22:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4816 dc483132-0cff-0310-8789-dd5450dbe970

src/util/autoconf/configure

index 909abd2abde71ab1a7aeda35c0c45d338b55d838..97345c99e8fa348a0630ac27d1070fd60c1b28e1 100644 (file)
@@ -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