summaryrefslogtreecommitdiffstats
path: root/src/util/autoconf
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-26 19:37:16 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-26 19:37:16 +0000
commitf56b1f8ca268650a8c538660ec641893bf92140d (patch)
tree03cc10ce180199c56ca5dcd34e1b010320e71e67 /src/util/autoconf
parent2ad8a5a926efb2dff123ad9fb29be9d446c4c2b8 (diff)
downloadkrb5-f56b1f8ca268650a8c538660ec641893bf92140d.tar.gz
krb5-f56b1f8ca268650a8c538660ec641893bf92140d.tar.xz
krb5-f56b1f8ca268650a8c538660ec641893bf92140d.zip
Regenerated configure from configure.in using the latest Autoconf;
otherwise, the generated Makefile would blow out because the it looks configure scripts generated by 1.125 used @PROGS@, and scripts generated by 1.126 used @SCRIPTS@, and @SCRIPTS@ wasn't getting substituted correctly in the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4579 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/autoconf')
-rw-r--r--src/util/autoconf/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/autoconf/configure b/src/util/autoconf/configure
index c28263800..e70449d8d 100644
--- a/src/util/autoconf/configure
+++ b/src/util/autoconf/configure
@@ -1,7 +1,7 @@
#!/bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 1.125
+# Generated automatically using autoconf version 1.126
# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
@@ -217,7 +217,7 @@ EOF
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 1.125"
+ echo "configure generated by autoconf version 1.126"
exit 0 ;;
-with-* | --with-*)
@@ -486,7 +486,7 @@ else
fi
if test "$PERL" != no; then
- PROGS=autoscan
+ SCRIPTS=autoscan
else
echo "configure: warning: autoscan will not be built since perl is not found" 1>&2
fi
@@ -648,7 +648,7 @@ do
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- echo "$CONFIG_STATUS generated by autoconf version 1.125"
+ echo "$CONFIG_STATUS generated by autoconf version 1.126"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
@@ -677,7 +677,7 @@ s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@M4@%$M4%g
s%@PERL@%$PERL%g
-s%@PROGS@%$PROGS%g
+s%@SCRIPTS@%$SCRIPTS%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@standards_info@%$standards_info%g