talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b0a0fd75fb84a8bfffebc945faa241b06feb91bf
parent 18d334146bf505666a2f0d5ea8d6dd5fcd22ee1a
Author: Colin Leroy <colin@colino.net>
Date:   Sun, 22 Jun 2014 21:32:57 +0200

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

Diffstat:
Mautogen.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 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