Tweaked configure to silently ignore commandline options it doesn't know

about.  No use in quitting if the option wouldn't have had any effect
anyway.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@603 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2005-07-03 12:50:19 +00:00
parent 84f1e6d0f3
commit 6f2c71053a
1 changed files with 5 additions and 5 deletions

10
stella/configure vendored
View File

@ -316,11 +316,11 @@ for ac_option in $@; do
--mandir=*)
_mandir=`echo $ac_option | cut -d '=' -f 2`
;;
*)
echo "error: unrecognised option: $ac_option
Try \`$0 --help' for more information." >&2
exit 1
;;
# *)
# echo "error: unrecognised option: $ac_option
#Try \`$0 --help' for more information." >&2
# exit 1
# ;;
esac;
done;