X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test-build-install-use;fp=test-build-install-use;h=3c542052e446981afe6e3aa8b7a8336fbe64e720;hp=db3e5d680ffdba0abf0d0eba7e5e62c394e385e0;hb=5abe4a1f9289fece6ac1855f1fe4d105c1597020;hpb=339b53b0f377422e56fc4a16f060d06f5e9d8659 diff --git a/test-build-install-use b/test-build-install-use index db3e5d6..3c54205 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -28,7 +28,10 @@ function prepend() { } function build() { - autoreconf -f -i $@ + # 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,')) ./configure --prefix="$INSTPREFIX" if $DOCLEAN; then $MAKE distclean