mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* configure: Ignore --x-includes and --x-libraries, for Autoconf
compatibility.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -141,7 +141,7 @@ do
|
||||
;;
|
||||
# These options have mandatory values. Since we didn't find an = sign,
|
||||
# the value must be in the next argument
|
||||
--b* | --ex* | --ho* | --pre* | --program-p* | --program-s* | --program-t* | --si* | --sr* | --ta* | --tm*)
|
||||
--b* | --ex* | --ho* | --pre* | --program-p* | --program-s* | --program-t* | --si* | --sr* | --ta* | --tm* | --x-*)
|
||||
optarg=$1
|
||||
shift
|
||||
;;
|
||||
@@ -273,6 +273,8 @@ do
|
||||
--x) with_x=yes
|
||||
withoptions="$withoptions --with-x"
|
||||
;;
|
||||
--x-i* | --x-l*) other_options="$other_options $orig_option"
|
||||
;;
|
||||
--*)
|
||||
echo "Warning: Unrecognized option: \"$orig_option\"". >&2
|
||||
# Pass the option to any configure scripts in subdirectories
|
||||
|
||||
Reference in New Issue
Block a user