aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend ${ac_tool_prefix} to ADAC or CC.

* aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
${ac_tool_prefix} to ADAC or CC.  Protect them from word
splitting.
* configure: Rebuilt.

From-SVN: r61254
This commit is contained in:
Alexandre Oliva 2003-01-13 17:23:25 +00:00 committed by Alexandre Oliva
parent f783576821
commit eb4b5f93f9
3 changed files with 309 additions and 308 deletions

View File

@ -1,3 +1,10 @@
2003-01-13 Alexandre Oliva <aoliva@redhat.com>
* aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
${ac_tool_prefix} to ADAC or CC. Protect them from word
splitting.
* configure: Rebuilt.
2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,

5
gcc/aclocal.m4 vendored
View File

@ -308,10 +308,7 @@ procedure conftest is begin null; end conftest;
EOF
gcc_cv_prog_adac=no
# Have to do ac_tool_prefix and user overrides by hand.
user_adac=$ADAC
user_cc=$CC
for cand in ${ac_tool_prefix}$user_adac $user_adac \
${ac_tool_prefix}$user_cc $user_cc \
for cand in ${ADAC+"$ADAC"} ${CC+"$CC"} \
${ac_tool_prefix}gcc gcc \
${ac_tool_prefix}cc cc \
${ac_tool_prefix}gnatgcc gnatgcc \

605
gcc/configure vendored

File diff suppressed because it is too large Load Diff