fix bug 3407, 'Pressing the "Date" column header to "sort by date" causes all columns...
[claws.git] / autogen.sh
index 8b79610813d3a5e1f7583f3830d1e6516fc16e00..b96f1a7eedc06d66a74d7b10ebd34d3d507b05b6 100755 (executable)
@@ -78,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