X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=7c7c72f81e458dae88ab07d75ea73c41e9ea0c80;hb=8665f1ed7d7c4677c150c42c7b07c2142c2819a0;hp=df3c10e2e209a6713ca9246a397c004afc6980ae;hpb=519a37205f81a0676a3b09c7ef0a89b2aa403b07;p=template.git diff --git a/autogen.sh b/autogen.sh index df3c10e..7c7c72f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,10 +8,10 @@ fi set -ex -aclocal --force +aclocal --force --warnings=all $libtoolize --automake --copy --force aclocal autoconf --force --warnings=all -autoheader --force -automake --add-missing --copy --foreign +autoheader --force --warnings=all +automake --add-missing --copy --foreign --warnings=all