aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/autogen.sh7
1 files changed, 6 insertions, 1 deletions
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
lass='txt' type='search' size='10' name='q' value=''/>
path: root/net-mgmt/tknetmon
Commit message (Expand)AuthorAgeFilesLines
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Mark BROKEN: tcl84 vs tcl85 mismatchpav2010-01-291-0/+2
* - UNBREAK fix tktable dependency to 2.10mm2008-12-011-2/+2
* - Chase shlib version of net-mgmt/net-snmp.kuriyama2008-03-271-1/+1
* - Fix TkTable dependency to 2.9mm2007-08-221-2/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1