]> Pileus Git - ~andy/gtk/commitdiff
added xlc to the list of compilers that call automake with --include-deps
authorJoel Becker <jlbec@src.gnome.org>
Mon, 5 Oct 1998 03:50:46 +0000 (03:50 +0000)
committerJoel Becker <jlbec@src.gnome.org>
Mon, 5 Oct 1998 03:50:46 +0000 (03:50 +0000)
autogen.sh

index 8be840c55ef0d0d99c5ccb82915528410a99da76..71ddbe5d3793a4b6007db0d22dc8a14cda216fb7 100755 (executable)
@@ -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