* config-ml.in: Update from GCC.

This commit is contained in:
Steve Ellcey 2007-04-14 20:35:07 +00:00
parent ba3ccd633d
commit 644024118b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-04-14 Steve Ellcey <sje@cup.hp.com>
* config-ml.in: Update from GCC.
2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
* src-release (do-proto-toplev): Process the support directories before

View File

@ -895,7 +895,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
--with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
${ac_configure_args} ${ml_srcdiroption} ; then
${ac_configure_args} ${ml_config_env} ${ml_srcdiroption} ; then
true
else
exit 1