aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-04-08 19:03:23 +0000
committerDavid MacKenzie <djm@cygnus>1994-04-08 19:03:23 +0000
commit0ffb871ed3343e9d18ab318320cf1c77a84f0c32 (patch)
tree2f58a12e8d49bf684b502dca64b0fd4c5e087ea2 /configure
parente48f985cd2daae5674391935a16ad687e21ecab6 (diff)
downloadfsf-binutils-gdb-0ffb871ed3343e9d18ab318320cf1c77a84f0c32.zip
fsf-binutils-gdb-0ffb871ed3343e9d18ab318320cf1c77a84f0c32.tar.gz
fsf-binutils-gdb-0ffb871ed3343e9d18ab318320cf1c77a84f0c32.tar.bz2
* configure: Ignore --x-includes and --x-libraries, for Autoconf
compatibility.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 7508ae0..c3ee67e 100755
--- a/configure
+++ b/configure
@@ -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