fix bug 3407, 'Pressing the "Date" column header to "sort by date" causes all columns...
[claws.git] / autogen.sh
index d647316a4581a31c57fd3e0b800130f5c29422b8..b96f1a7eedc06d66a74d7b10ebd34d3d507b05b6 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
-# This file is part of Claws Mail package.
+# 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 *******
@@ -76,18 +78,11 @@ else
        fi
 fi
 
-intltoolver=`intltoolize --version`
-if [ "$intltoolver" = "" ]; then
-       echo intltool is needed to compile Claws Mail git
-       exit 1
-fi
-
 aclocal -I m4 \
   && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \
-  && autoconf \
-  && intltoolize -f --automake
+  && autoconf 
 if test -z "$NOCONFIGURE"; then
 exec ./configure --enable-maintainer-mode $@
 fi