sync configure

This commit is contained in:
Pawel Kolodziejski 2009-05-09 12:06:09 +00:00
parent ac43513446
commit 6f9fe5dd43

15
configure vendored
View File

@ -227,6 +227,13 @@ get_system_exe_extension() {
# Generic options functions
#
# Show the configure help line for an option
option_help() {
tmpopt=`echo $1 | sed 's/_/-/g'`
option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"`
echo " ${option} ${2}"
}
# Show an error about an unknown option
option_error() {
echo "error: unrecognised option: $ac_option
@ -234,12 +241,6 @@ Try \`$0 --help' for more information." >&2
exit 1
}
# Show the configure help line for an option
option_help() {
tmpopt=`echo $1 | sed 's/_/-/g'`
option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"`
echo " ${option} ${2}"
}
#
# Greet user
@ -604,7 +605,7 @@ case $cxx_version in
;;
3_4)
_cxx_major=3
_mxx_minor=4
_cxx_minor=4
;;
'not found')
cxx_verc_fail=yes