summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-01-13 22:07:17 +0000
committerChris Provenzano <proven@mit.edu>1995-01-13 22:07:17 +0000
commitc7b7cf4f79efab77d6f33784ec823ba39fc8a39c (patch)
treecce1f7e3fb7165a839ba27f438ffb4de7e423707 /src/util
parent7a3dfafc7c240ec64248269f97f25fed1009e362 (diff)
downloadkrb5-c7b7cf4f79efab77d6f33784ec823ba39fc8a39c.tar.gz
krb5-c7b7cf4f79efab77d6f33784ec823ba39fc8a39c.tar.xz
krb5-c7b7cf4f79efab77d6f33784ec823ba39fc8a39c.zip
Auto configure changes. I didn't do anything
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4816 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/autoconf/configure24
1 files 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