X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=autogen.sh;h=f7996a97ebf5861641fab4d9a841b722653740a8;hp=aebcf8be4964dd5034507f15a91e9c54f9639691;hb=HEAD;hpb=c3bf30f030e2159c7073ab912d107418a086d3c6 diff --git a/autogen.sh b/autogen.sh index aebcf8be4..f7996a97e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -110,13 +110,13 @@ else echo "Running autoheader..." autoheader fi - echo "Running automake --gnu $am_opt ..." - automake --add-missing --copy --gnu $am_opt + echo "Running automake $am_opt ..." + automake --add-missing --copy $am_opt echo "Running autoconf ..." autoconf - ) + ) fi -done + if test x$NOCONFIGURE = x; then echo Running $srcdir/configure "$@" ...