remove strange w
authorJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 17:21:24 +0000 (17:21 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 17:21:24 +0000 (17:21 +0000)
test-build-install-use

index 42b5b73..b45957e 100755 (executable)
@@ -32,7 +32,7 @@ function build() {
     # (you can only set ACLOCAL_AMFLAGS in the Makefile.am)
     # todo: this IMHO should be filed as bug against autoconf
     # ugly workaround
-w    autoreconf -f -i $@ || { aclocal --force $(echo "$@"|sed 's,-M,-I,') && libtoolize --copy --force && autoconf --force  && automake --add-missing --copy --force-missing; }
+    autoreconf -f -i $@ || { aclocal --force $(echo "$@"|sed 's,-M,-I,') && libtoolize --copy --force && autoconf --force  && automake --add-missing --copy --force-missing; }
     ./configure --prefix="$INSTPREFIX"
     if $DOCLEAN; then
        $MAKE distclean