dbus-marshal-validate: Validate length of arrays of fixed-length items
[platform/upstream/dbus.git] / autogen.sh
index bff8257..6de735f 100755 (executable)
@@ -48,7 +48,7 @@ fi
 }
 
 LIBTOOLIZE=`which libtoolize`
-if ! test -f $LIBTOOLIZE; then
+if ! test -f "$LIBTOOLIZE"; then
        LIBTOOLIZE=`which glibtoolize`
 fi
 
@@ -81,7 +81,10 @@ $ACLOCAL -I m4 $ACLOCAL_FLAGS
 (autoheader --version)  < /dev/null > /dev/null 2>&1 && autoheader
 
 $AUTOMAKE -a $am_opt
-autoconf || echo "autoconf failed - version 2.5x is probably required"
+if ! autoconf; then
+  echo "autoconf failed - version 2.5x is probably required" >&2
+  exit 1
+fi
 
 cd $ORIGDIR