[GRASS-SVN] r47792 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 21 07:18:36 EDT 2011
Author: hamish
Date: 2011-08-21 04:18:36 -0700 (Sun, 21 Aug 2011)
New Revision: 47792
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
libLAS casing
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2011-08-21 11:03:07 UTC (rev 47791)
+++ grass/trunk/configure 2011-08-21 11:18:36 UTC (rev 47792)
@@ -15077,7 +15077,7 @@
echo " Large File support (LFS): `if test -n "${USE_LARGEFILES}" ; then echo yes ; else echo no ; fi`"
-echo " LIBLAS support: `if test -n "${USE_LIBLAS}" ; then echo yes ; else echo no ; fi`"
+echo " libLAS support: `if test -n "${USE_LIBLAS}" ; then echo yes ; else echo no ; fi`"
echo " MySQL support: `if test -n "${USE_MYSQL}" ; then echo yes ; else echo no ; fi`"
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2011-08-21 11:03:07 UTC (rev 47791)
+++ grass/trunk/configure.in 2011-08-21 11:18:36 UTC (rev 47792)
@@ -1946,7 +1946,7 @@
LOC_MSG_USE(JPEG support,USE_JPEG)
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(libLAS support,USE_LIBLAS)
LOC_MSG_USE(MySQL support,USE_MYSQL)
LOC_MSG_USE(NLS support,USE_NLS)
LOC_MSG_USE(ODBC support,USE_ODBC)
More information about the grass-commit
mailing list