+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.
;;
# 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
;;
--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