* ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other

compiler variants.
This commit is contained in:
Howard Chu 2002-10-25 00:23:24 +00:00 committed by Gary V. Vaughan
parent 1340085c57
commit ac414296ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-10-25 Howard Chu <hyc@highlandsun.com>
* ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other
compiler variants.
2002-10-25 Gary V. Vaughan <gary@gnu.org>
* libtool.m4 (_LT_AC_FILE_IMPGEN_C): Removed. No longer used.

View File

@ -269,7 +269,7 @@ if test -z "$show_help"; then
# Infer the operation mode.
if test -z "$mode"; then
case $nonopt in
*cc | *++ | gcc* | *-gcc* | g++* | xlc)
*cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
mode=link
for arg
do