]> saetta.ns0.it Git - libgtkgis/commitdiff
Fixed the initial commit
authorAndrea Zagli <andreaz@andreaz.(none)>
Fri, 19 Jun 2009 16:35:09 +0000 (18:35 +0200)
committerAndrea Zagli <andreaz@andreaz.(none)>
Fri, 19 Jun 2009 16:35:09 +0000 (18:35 +0200)
INSTALL [new file with mode: 0644]
autogen.sh
configure.ac

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..e69de29
index 3ab71320403f2e9ed89613b1f3278e25e0b4ba65..a4b22d677dc4900f8abfafbb69505408f5d906ba 100755 (executable)
@@ -16,7 +16,7 @@ have_libtool=false
 if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
        libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
        case $libtool_version in
-           1.4*|1.5*)
+           2.*)
                have_libtool=true
                ;;
        esac
index e69b97c2961c99db051a2d530636e48f79157c96..ec817cabbb36a598abb8e63ae454f93eec1bcf76 100644 (file)
@@ -23,6 +23,7 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
+GTK_DOC_CHECK
 
 AC_PATH_PROG(GDAL_CONFIG, "gdal-config", "", $PATH)