From edebc6cf21c4468589b0ed2ea64dcc4fe2c9a4c4 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Mon, 5 Oct 1998 03:50:46 +0000 Subject: [PATCH] added xlc to the list of compilers that call automake with --include-deps --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 8be840c55..71ddbe5d3 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 -- 2.43.2