From 1e2463ad9deaa43ac766da4e5bb992535d403130 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Wed, 14 Feb 2007 17:21:24 +0000 Subject: [PATCH] remove strange w --- test-build-install-use | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1