projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d524ffc
)
Added xlc to the compilers that call automake with --include-deps
author
Joel Becker
<jlbec@src.gnome.org>
Mon, 5 Oct 1998 03:48:35 +0000
(
03:48
+0000)
committer
Joel Becker
<jlbec@src.gnome.org>
Mon, 5 Oct 1998 03:48:35 +0000
(
03:48
+0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 55db69f5a61e106c79a6f27a85d6012a77b0d3f8..b8a15c34624607f58b0583e5086274d6a16f9793 100755
(executable)
--- 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