fix bug 4115 'autogen: avoid unwarranted re-configure'
authorPaul <paul@claws-mail.org>
Tue, 6 Nov 2018 06:14:37 +0000 (06:14 +0000)
committerPaul <paul@claws-mail.org>
Tue, 6 Nov 2018 06:14:37 +0000 (06:14 +0000)
patch by Bernhard <rep.dot.nop@gmail.com>

autogen.sh

index f2f62c93d10437f9055c16a2e80a638f1933c81a..48609ce6378d43ffb09b4b61e79298ca266a52fa 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 $@
 fi