[GRASS-SVN] r56806 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 19 16:23:03 PDT 2013
Author: hamish
Date: 2013-06-19 16:23:03 -0700 (Wed, 19 Jun 2013)
New Revision: 56806
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
alpha sort result, fix upper casing
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2013-06-19 15:58:30 UTC (rev 56805)
+++ grass/trunk/configure 2013-06-19 23:23:03 UTC (rev 56806)
@@ -14506,8 +14506,6 @@
echo " GDAL support: `if test -n "${USE_GDAL}" ; then echo yes ; else echo no ; fi`"
-echo " NETCDF support: `if test -n "${USE_NETCDF}" ; then echo yes ; else echo no ; fi`"
-
echo " GEOS support: `if test -n "${USE_GEOS}" ; then echo yes ; else echo no ; fi`"
echo " LAPACK support: `if test -n "${USE_LAPACK}" ; then echo yes ; else echo no ; fi`"
@@ -14518,6 +14516,8 @@
echo " MySQL support: `if test -n "${USE_MYSQL}" ; then echo yes ; else echo no ; fi`"
+echo " NetCDF support: `if test -n "${USE_NETCDF}" ; then echo yes ; else echo no ; fi`"
+
echo " NLS support: `if test -n "${USE_NLS}" ; then echo yes ; else echo no ; fi`"
echo " ODBC support: `if test -n "${USE_ODBC}" ; then echo yes ; else echo no ; fi`"
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2013-06-19 15:58:30 UTC (rev 56805)
+++ grass/trunk/configure.in 2013-06-19 23:23:03 UTC (rev 56806)
@@ -1946,12 +1946,12 @@
LOC_MSG_USE(FFTW support,USE_FFTW)
LOC_MSG_USE(FreeType support,USE_FREETYPE)
LOC_MSG_USE(GDAL support,USE_GDAL)
-LOC_MSG_USE(NETCDF support,USE_NETCDF)
LOC_MSG_USE(GEOS support,USE_GEOS)
LOC_MSG_USE(LAPACK support,USE_LAPACK)
LOC_MSG_USE(Large File support (LFS), USE_LARGEFILES)
LOC_MSG_USE(libLAS support,USE_LIBLAS)
LOC_MSG_USE(MySQL support,USE_MYSQL)
+LOC_MSG_USE(NetCDF support,USE_NETCDF)
LOC_MSG_USE(NLS support,USE_NLS)
LOC_MSG_USE(ODBC support,USE_ODBC)
LOC_MSG_USE(OGR support,USE_OGR)
More information about the grass-commit
mailing list