[Commits] [SCM] claws branch, master, updated. 3.17.0-148-g56604ac

claws at claws-mail.org claws at claws-mail.org
Tue Nov 6 07:14:41 CET 2018


The branch, master has been updated
       via  56604ac29eba4a357aeefe73a4b28f49d06edfa9 (commit)
      from  e0981338ea10b5216764d66663298026fa30cab8 (commit)

Summary of changes:
 autogen.sh |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 56604ac29eba4a357aeefe73a4b28f49d06edfa9
Author: Paul <paul at claws-mail.org>
Date:   Tue Nov 6 06:14:37 2018 +0000

    fix bug 4115 'autogen: avoid unwarranted re-configure'
    
    patch by Bernhard <rep.dot.nop at gmail.com>

diff --git a/autogen.sh b/autogen.sh
index f2f62c9..48609ce 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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   

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list