diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1997-01-20 18:45:02 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1997-01-20 18:45:02 +0000 |
commit | f9c53d1159ff05ac533d3351c70df1ea32c2119d (patch) | |
tree | cbbbd0c548ce55c1ef558d163a9cff5b5d88a7ca /configure | |
parent | 9381196a94ce046206d374e90ce0f0eafebd73d8 (diff) | |
download | glibc-f9c53d1159ff05ac533d3351c70df1ea32c2119d.tar.gz glibc-f9c53d1159ff05ac533d3351c70df1ea32c2119d.tar.xz glibc-f9c53d1159ff05ac533d3351c70df1ea32c2119d.zip |
Regenerated: autoconf configure.in
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure index b1772ec0ed..048882c579 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # From configure.in CVSid # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.11.2 +# Generated automatically using autoconf version 2.12 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -363,7 +363,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.11.2" + echo "configure generated by autoconf version 2.12" exit 0 ;; -with-* | --with-*) @@ -1965,7 +1965,7 @@ EOF # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). @@ -2032,7 +2032,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 2.11.2" + echo "$CONFIG_STATUS generated by autoconf version 2.12" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; |