summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJoel Becker <jlbec@src.gnome.org>1998-10-05 03:50:46 +0000
committerJoel Becker <jlbec@src.gnome.org>1998-10-05 03:50:46 +0000
commitedebc6cf21c4468589b0ed2ea64dcc4fe2c9a4c4 (patch)
tree1857556988bb1e90865144a134a0fa302fc444b3 /autogen.sh
parent16786ffbf76d5fb80cf0eee49ad15be289b675b6 (diff)
downloadgtk+-edebc6cf21c4468589b0ed2ea64dcc4fe2c9a4c4.tar.gz
added xlc to the list of compilers that call automake with --include-deps
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8be840c55e..71ddbe5d37 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