[Commits] [SCM] claws branch, master, updated. 3.10.1-97-gb0a0fd7

Colin colin at claws-mail.org
Sun Jun 22 21:33:31 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  b0a0fd75fb84a8bfffebc945faa241b06feb91bf (commit)
      from  18d334146bf505666a2f0d5ea8d6dd5fcd22ee1a (commit)

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


- Log -----------------------------------------------------------------
commit b0a0fd75fb84a8bfffebc945faa241b06feb91bf
Author: Colin Leroy <colin at colino.net>
Date:   Sun Jun 22 21:32:57 2014 +0200

    Add support for NOCONFIGURE environment variable. Patch by Charles A Edwards

diff --git a/autogen.sh b/autogen.sh
index cf8cc70..8f2d746 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -85,5 +85,7 @@ aclocal -I m4 \
   && autoheader \
   && automake --add-missing --foreign --copy \
   && autoconf \
-  && intltoolize -f --automake \
-  && ./configure --enable-maintainer-mode $@
+  && intltoolize -f --automake
+if test -z "$NOCONFIGURE"; then
+exec ./configure --enable-maintainer-mode $@
+fi   

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list