pass --force to aclocal
authorJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 13:25:18 +0000 (13:25 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Wed, 14 Feb 2007 13:25:18 +0000 (13:25 +0000)
test-build-install-use

index 3c54205..2ab016c 100755 (executable)
@@ -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