Index: /trunk/FACT++/configure.ac
===================================================================
--- /trunk/FACT++/configure.ac	(revision 10188)
+++ /trunk/FACT++/configure.ac	(revision 10189)
@@ -1,6 +1,6 @@
 # autoreconf --force --install
 
-AC_INIT([FACT++], [1.0], [thomas.bretz@epfl.ch], [FACTpp], [http://hello.example.com/])
-AC_PREREQ([2.59])
+AC_INIT([FACT++],[1.0],[thomas.bretz@epfl.ch],[FACTpp],[http://hello.example.com/])
+AC_PREREQ([2.67])
 AC_CONFIG_FILES([Makefile])   # causes x/Makefile.in to be created if x/Makefile.am exists
 #AC_CONFIG_HEADERS([config.h])
@@ -9,13 +9,12 @@
 AC_PROG_CC([colorgcc gcc])
 AC_PROG_CXX([colorgcc g++])
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
 AC_LANG(C++)
 #AC_PATH_XTRA
 
 
-LT_INIT([disable-static])
-
-
-AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests dist-tarZ parallel-tests silent-rules])
+
+
+AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests parallel-tests silent-rules])
 AM_SILENT_RULES([yes])
 AM_PROG_CC_C_O
