Explorar o código

alpha sort result, fix upper casing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56806 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=12) %!d(string=hai) anos
pai
achega
d4b8e86c8c
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      configure
  2. 1 1
      configure.in

+ 2 - 2
configure

@@ -14506,8 +14506,6 @@ echo "  FreeType support:           `if test -n "${USE_FREETYPE}" ; then echo ye
 
 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 "  libLAS support:             `if test -n "${USE_LIBLAS}" ; then echo yes
 
 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`"

+ 1 - 1
configure.in

@@ -1946,12 +1946,12 @@ LOC_MSG_USE(FFMPEG support,USE_FFMPEG)
 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)