diff options
-rwxr-xr-x | autogen.sh | 2 |
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 |