diff --git a/autogen.sh b/autogen.sh index 9152023..91278f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ -o -name Makefile.in \) -print0 | xargs -0 rm -f echo Running autoreconf... -autoreconf --force --install +autoreconf -v --install # For the Debian package build test -d debian && {