added xlc to the list of compilers that call automake with --include-deps

This commit is contained in:
Joel Becker 1998-10-05 03:50:46 +00:00
parent 16786ffbf7
commit edebc6cf21

View File

@ -46,7 +46,7 @@ if test -z "$*"; then
fi
case $CC in
*lcc | *lcc\ *) am_opt=--include-deps;;
xlc | *lcc | *lcc\ *) am_opt=--include-deps;;
esac
aclocal $ACLOCAL_FLAGS