From 177f7aebeed4567e999f4796914588143ba35da9 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Wed, 14 Feb 2007 13:25:18 +0000 Subject: [PATCH] pass --force to aclocal --- 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 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 -- 1.7.1