From: Jens Thiele Date: Wed, 14 Feb 2007 17:21:24 +0000 (+0000) Subject: remove strange w X-Git-Tag: v0.3~4 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=1e2463ad9deaa43ac766da4e5bb992535d403130;p=libt2n remove strange w --- diff --git a/test-build-install-use b/test-build-install-use index 42b5b73..b45957e 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -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