--- a/autogen.sh +++ b/autogen.sh @@ -6,6 +6,6 @@ ( cd "$srcdir" && touch config.rpath && - autoreconf -fiv + autoreconf -fiv -Im4 ) || exit test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"