From: sallai Date: Thu, 3 Jul 2008 20:41:50 +0000 (+0000) Subject: recent versions pf aclocal fail, because the --warnings parameter has been X-Git-Tag: release_tinyos_2_1_0_0~110 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=d47698a0b6ac018c7221ee3b65b1e68a6bf3f6bd recent versions pf aclocal fail, because the --warnings parameter has been removed --- diff --git a/tools/Bootstrap b/tools/Bootstrap index cf710335..528867bd 100755 --- a/tools/Bootstrap +++ b/tools/Bootstrap @@ -11,7 +11,7 @@ AUTOHEADER="autoheader" set -x ( - $ACLOCAL --warnings=none + $ACLOCAL $AUTOCONF [ -d config-aux ] || mkdir config-aux $AUTOMAKE -a -c