X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=autogen.sh;h=8a0d91517951e01e40e857c163961c7ba9699a62;hb=8391dac264c19a729949cf4c8e9acb2109b85742;hp=dcfe69a35f855b83dddab0d84a9359907288297d;hpb=ee60a8350334e39e304228f227d393d136d3193b;p=hildon diff --git a/autogen.sh b/autogen.sh index dcfe69a..8a0d915 100755 --- a/autogen.sh +++ b/autogen.sh @@ -62,7 +62,7 @@ if test "$DIE" -eq 1; then exit 1 fi -if [ -z "$*" -a "x$NOCONFIGURE" == "x" ]; then +if [ -z "$*" -a "x$NOCONFIGURE" = "x" ]; then echo "**Warning**: I am going to run \`configure' with no arguments." echo "If you wish to pass any to it, please specify them on the" echo \`$0\'" command line." @@ -82,9 +82,6 @@ if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then fi fi -echo "Running gtkdocize..." -gtkdocize || exit $? - echo "Running aclocal $ACLOCAL_FLAGS ..." aclocal $ACLOCAL_FLAGS || { echo