From: scipio Date: Mon, 14 Jul 2008 16:53:06 +0000 (+0000) Subject: --warnings=none flag does not exist on Ubuntu systems (aclocal 1.9.6). X-Git-Tag: release_tinyos_2_1_0_0~74 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b5968412d37fac7f7ad8f74e36e3af5f591c0015 --warnings=none flag does not exist on Ubuntu systems (aclocal 1.9.6). Causes bootstrap to fail. --- diff --git a/support/sdk/c/sf/bootstrap b/support/sdk/c/sf/bootstrap index 295d91c7..77fb6208 100755 --- a/support/sdk/c/sf/bootstrap +++ b/support/sdk/c/sf/bootstrap @@ -1,5 +1,5 @@ mkdir config-aux -aclocal --warnings=none +aclocal autoheader autoconf automake -a -c