Moved struct and enum declarations from prefswindow.c to .h.
[claws.git] / autogen.sh
index e4a95f0bbf3a1cfbfa89bf11be72739a87cbd35c..b96f1a7eedc06d66a74d7b10ebd34d3d507b05b6 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright 1999-2014 the Claws Mail team.
+# This file is part of Claws Mail package, and distributed under the
+# terms of the General Public License version 3 (or later).
+# See COPYING file for license details.
 
 # ***** W32 build script *******
 # Used to cross-compile for Windows.
@@ -74,10 +78,11 @@ else
        fi
 fi
 
-
 aclocal -I m4 \
   && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && autoconf \
-  && ./configure --enable-maintainer-mode $@
+  && autoconf 
+if test -z "$NOCONFIGURE"; then
+exec ./configure --enable-maintainer-mode $@
+fi