From d615e93107c7d6f816890a2690e500c406efa841 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Tue, 6 Oct 1998 05:01:50 +0000 Subject: Added test for xlc, to run automake with --include-deps svn path=/trunk/; revision=428 --- macros/autogen.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/autogen.sh b/macros/autogen.sh index 08613848a3..9ced626851 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -50,6 +50,11 @@ if test -z "$*"; then echo fi +case $CC in +xlc ) + am_opt=--include-deps;; +esac + for j in `find $srcdir -name configure.in -print` do i=`dirname $j` @@ -68,7 +73,7 @@ do done; \ libtoolize --copy --force; \ aclocal $aclocalinclude; \ - autoheader; automake --add-missing --gnu; autoheader; autoconf) + autoheader; automake --add-missing --gnu $am_opt; autoheader; autoconf) fi done -- cgit v1.2.3