Python 2 EOL: migrate vcard2xml.py to Python 3
[claws.git] / autogen.sh
index f2f62c93d10437f9055c16a2e80a638f1933c81a..694ef7cc4fdbd2ce4cf5ed21911d380758c5bac8 100755 (executable)
@@ -49,11 +49,11 @@ case `uname` in
                ;;
 esac
 
-aclocal -I m4 \
-  && ${LIBTOOL} \
+${LIBTOOL} \
+  && aclocal -I m4 \
+  && autoconf \
   && autoheader \
-  && automake --add-missing --foreign --copy \
-  && autoconf 
+  && automake --add-missing --foreign --copy
 if test -z "$NOCONFIGURE"; then
-exec ./configure --enable-maintainer-mode $@
+exec ./configure --enable-maintainer-mode "$@"
 fi