diff --git a/autogen.sh b/autogen.sh index 1b854d4ea..deeeb7b5d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,10 +6,10 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. cd "$srcdir" -echo "Generating configuration files for $package, please wait...." +echo "Generating configuration files for $package, please wait ..." aclocal --force libtoolize --force autoconf --force -autoheader --force +autoheader --force automake --add-missing --force-missing