X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test-build-install-use;h=2ab016c42f76e07ec31ebfcd0497f52180b68430;hp=3c542052e446981afe6e3aa8b7a8336fbe64e720;hb=0c0df506c58182d36d1adb76e5b053e6486dd2c2;hpb=5abe4a1f9289fece6ac1855f1fe4d105c1597020 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