From: Joel Becker Date: Mon, 5 Oct 1998 03:48:35 +0000 (+0000) Subject: Added xlc to the compilers that call automake with --include-deps X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9e5fc0f0197e7d39f24576d131c7dec0a4bfc6e6;p=dana%2Fcg-glib.git Added xlc to the compilers that call automake with --include-deps --- diff --git a/autogen.sh b/autogen.sh index 55db69f5..b8a15c34 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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