* configure: Ignore --x-includes and --x-libraries, for Autoconf
authorDavid MacKenzie <djm@cygnus>
Fri, 8 Apr 1994 19:03:23 +0000 (19:03 +0000)
committerDavid MacKenzie <djm@cygnus>
Fri, 8 Apr 1994 19:03:23 +0000 (19:03 +0000)
compatibility.

ChangeLog
configure

index f550e205cb20c3912d669b02b6d0f2181501ea8b..c0b407251cef9a7c302ca3bb8deb40dffbfd08fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
+
+       * configure: Ignore --x-includes and --x-libraries, for Autoconf
+       compatibility. 
+
 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
 
        * build-all.mk: Add `clean' target.
index 7508ae09cf8d34dd64245d6f2e50f444fedaa727..c3ee67ef5fd0be29621e726f2afb690e7eff6ba8 100755 (executable)
--- 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
This page took 0.029083 seconds and 4 git commands to generate.