mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
Rebuilt.
This commit is contained in:
parent
6d7689034b
commit
a89293a52b
27
configure
vendored
27
configure
vendored
@ -1723,7 +1723,9 @@ Usage: $0 [OPTIONS] [FILE]...
|
||||
-d, --debug don't remove temporary files
|
||||
--recheck update $as_me by reconfiguring in the same conditions
|
||||
--file=FILE[:TEMPLATE]
|
||||
instantiate the configuration file FILE
|
||||
instantiate a configuration file FILE
|
||||
--header=FILE[:TEMPLATE]
|
||||
instantiate a configuration header FILE
|
||||
|
||||
Configuration files:
|
||||
$config_files
|
||||
@ -1733,9 +1735,14 @@ EOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<EOF
|
||||
ac_cs_version="\\
|
||||
$CONFIG_STATUS generated by $as_me (Autoconf 2.49e).
|
||||
Configured on host $ac_hostname by
|
||||
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
|
||||
GNU Autoconf config.status 2.49e
|
||||
configured by $0, generated by GNU Autoconf 2.49e,
|
||||
with options \"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\"
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
This config.status script is free software; the Free Software Foundation
|
||||
gives unlimited permission to copy, distribute and modify it."
|
||||
srcdir=$srcdir
|
||||
INSTALL="$INSTALL"
|
||||
EOF
|
||||
@ -1773,7 +1780,7 @@ cat >>$CONFIG_STATUS <<\EOF
|
||||
echo "$ac_cs_version"; exit 0 ;;
|
||||
--he | --h)
|
||||
# Conflict between --help and --header
|
||||
{ { echo "$as_me:1776: error: ambiguous option: $1
|
||||
{ { echo "$as_me:1783: error: ambiguous option: $1
|
||||
Try \`$0 --help' for more information." >&5
|
||||
echo "$as_me: error: ambiguous option: $1
|
||||
Try \`$0 --help' for more information." >&2;}
|
||||
@ -1800,12 +1807,12 @@ Try \`$0 --help' for more information." >&2;}
|
||||
'tests/atconfig' ) CONFIG_FILES="$CONFIG_FILES tests/atconfig" ;;
|
||||
|
||||
# This is an error.
|
||||
-*) { { echo "$as_me:1803: error: unrecognized option: $1
|
||||
-*) { { echo "$as_me:1810: error: unrecognized option: $1
|
||||
Try \`$0 --help' for more information." >&5
|
||||
echo "$as_me: error: unrecognized option: $1
|
||||
Try \`$0 --help' for more information." >&2;}
|
||||
{ (exit 1); exit 1; }; } ;;
|
||||
*) { { echo "$as_me:1808: error: invalid argument: $1" >&5
|
||||
*) { { echo "$as_me:1815: error: invalid argument: $1" >&5
|
||||
echo "$as_me: error: invalid argument: $1" >&2;}
|
||||
{ (exit 1); exit 1; }; };;
|
||||
esac
|
||||
@ -2031,7 +2038,7 @@ done; }
|
||||
esac
|
||||
|
||||
if test x"$ac_file" != x-; then
|
||||
{ echo "$as_me:2034: creating $ac_file" >&5
|
||||
{ echo "$as_me:2041: creating $ac_file" >&5
|
||||
echo "$as_me: creating $ac_file" >&6;}
|
||||
rm -f "$ac_file"
|
||||
fi
|
||||
@ -2049,7 +2056,7 @@ echo "$as_me: creating $ac_file" >&6;}
|
||||
-) echo $tmp/stdin ;;
|
||||
[\\/$]*)
|
||||
# Absolute (can't be DOS-style, as IFS=:)
|
||||
test -f "$f" || { { echo "$as_me:2052: error: cannot find input file: $f" >&5
|
||||
test -f "$f" || { { echo "$as_me:2059: error: cannot find input file: $f" >&5
|
||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
echo $f;;
|
||||
@ -2062,7 +2069,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||
echo $srcdir/$f
|
||||
else
|
||||
# /dev/null tree
|
||||
{ { echo "$as_me:2065: error: cannot find input file: $f" >&5
|
||||
{ { echo "$as_me:2072: error: cannot find input file: $f" >&5
|
||||
echo "$as_me: error: cannot find input file: $f" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi;;
|
||||
|
Loading…
Reference in New Issue
Block a user