From c941d3646692d86bc5c15b7aeca1ad1b6f29105e Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Sun, 25 Oct 1998 22:53:05 +0000 Subject: [PATCH] added/updated xlc stuff --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1da3645..662d600 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,7 +46,7 @@ if test -z "$*"; then fi case $CC in -xlc | *lcc | *lcc\ *) am_opt=--include-deps;; +*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;; esac aclocal $ACLOCAL_FLAGS -- 2.7.4