PR bootstrap/18033
* config-ml.in: Eval option if surrounded by single quotes.
From-SVN: r93246
+2005-01-12 David Edelsohn <edelsohn@gnu.org>
+
+ PR bootstrap/18033
+ * config-ml.in: Eval option if surrounded by single quotes.
+
2005-01-06 Laurent GUERBY <laurent@guerby.net>
* MAINTAINERS: Update my email address.
ml_verbose=--verbose
for option in ${ac_configure_args}
do
+ # strip single quotes surrounding individual options
+ case $option in
+ \'*\') eval option=$option ;;
+ esac
+
case $option in
--*) ;;
-*) option=-$option ;;