[fdo-commits] r2627 - trunk/Thirdparty
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Sat Mar 3 23:34:16 EST 2007
Author: gregboone
Date: 2007-03-03 23:34:15 -0500 (Sat, 03 Mar 2007)
New Revision: 2627
Modified:
trunk/Thirdparty/Thirdparty_gdal.sh
Log:
Ticket #5: GDAL - Update Thirdparty to latest GDAL
Modified: trunk/Thirdparty/Thirdparty_gdal.sh
===================================================================
--- trunk/Thirdparty/Thirdparty_gdal.sh 2007-03-04 03:30:51 UTC (rev 2626)
+++ trunk/Thirdparty/Thirdparty_gdal.sh 2007-03-04 04:34:15 UTC (rev 2627)
@@ -1,43 +1,42 @@
-#!/bin/sh
-
-##
-## Copyright (C) 2004-2006 Autodesk, Inc.
-##
-## This library is free software; you can redistribute it and/or
-## modify it under the terms of version 2.1 of the GNU Lesser
-## General Public License as published by the Free Software Foundation.
-##
-## This library is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-#############################################
-## build third party libraries for WMS: ##
-## boost_1_32_0, libcurl, openssl, gdal ##
-#############################################
-
-## Thirdparty_GDAL
-pushd . >& /dev/null
-cd gdal
-echo Building gdal
-cd src
-chmod a+x ./configure
-echo Build GDAL library with the following settings:
-echo gif support - internal
-echo jpeg support - internal
-echo png support - internal
-echo tiff support - internal
-echo geotiff support - internal
-echo libz support - internal
-echo python support - no
-echo OGR support - no
-echo postgreSQL support - no
-./configure --with-gif=internal --with-jpeg=internal --with-png=internal --with-libtiff=internal --with-geotiff=internal --without-ogr --with-pg=no --with-python=no --with-libz=internal
-make
-popd >& /dev/null
+#!/bin/sh
+##
+## Copyright (C) 2004-2006 Autodesk, Inc.
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of version 2.1 of the GNU Lesser
+## General Public License as published by the Free Software Foundation.
+##
+## This library is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+#############################################
+## build third party libraries for WMS: ##
+## boost_1_32_0, libcurl, openssl, gdal ##
+#############################################
+
+## Thirdparty_GDAL
+pushd . >& /dev/null
+cd gdal
+echo Building gdal
+cd src
+chmod a+x ./configure
+echo Build GDAL library with the following settings:
+echo gif support - internal
+echo jpeg support - internal
+echo png support - internal
+echo tiff support - internal
+echo geotiff support - internal
+echo libz support - internal
+echo python support - no
+echo OGR support - no
+echo postgreSQL support - no
+./configure --with-gif=internal --with-jpeg=internal --with-png=internal --with-libtiff=internal --with-geotiff=internal --without-ogr --with-pg=no --with-python=no --with-libz=internal
+make
+popd >& /dev/null
More information about the fdo-commits
mailing list