From: Andrea Zagli Date: Fri, 19 Jun 2009 16:35:09 +0000 (+0200) Subject: Fixed the initial commit X-Git-Tag: GTKGIS_0_0_1~14 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=b645e03cd636ddc846f0a46c9af588c3107d81a5;p=libgtkgis Fixed the initial commit --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/autogen.sh b/autogen.sh index 3ab7132..a4b22d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/configure.ac b/configure.ac index e69b97c..ec817ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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)