From: Jens Thiele Date: Wed, 14 Feb 2007 13:25:18 +0000 (+0000) Subject: pass --force to aclocal X-Git-Tag: v0.3~7 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=177f7aebeed4567e999f4796914588143ba35da9;hp=872dc047a9a0f765543ff5eb5ab1fc529cc74992 pass --force to aclocal --- diff --git a/test-build-install-use b/test-build-install-use index 3c54205..2ab016c 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -31,7 +31,7 @@ function build() { # newer autoreconf (autoconf) versions don't have the -M option and no replacement :-( # todo: this IMHO should be filed as bug against autoconf # ugly workaround - autoreconf -f -i $@ || (autoreconf -f -i && aclocal $(echo "$@"|sed 's,-M,-I,')) + autoreconf -f -i $@ || (autoreconf -f -i && aclocal --force $(echo "$@"|sed 's,-M,-I,')) ./configure --prefix="$INSTPREFIX" if $DOCLEAN; then $MAKE distclean