[GRASS-SVN] r47080 - grass/branches/releasebranch_6_4

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 9 13:10:00 EDT 2011


Author: martinl
Date: 2011-07-09 10:10:00 -0700 (Sat, 09 Jul 2011)
New Revision: 47080

Modified:
   grass/branches/releasebranch_6_4/configure
   grass/branches/releasebranch_6_4/configure.in
Log:
conf: NVIZ -> Tcl/Tk NVIZ


Modified: grass/branches/releasebranch_6_4/configure
===================================================================
--- grass/branches/releasebranch_6_4/configure	2011-07-09 17:08:23 UTC (rev 47079)
+++ grass/branches/releasebranch_6_4/configure	2011-07-09 17:10:00 UTC (rev 47080)
@@ -17135,7 +17135,7 @@
 echo ""
 
 
-echo "  NVIZ:                       `if test -n "${USE_TOGL}" ; then echo yes ; else echo no ; fi`"
+echo "  Tcl/Tk NVIZ:                `if test -n "${USE_TOGL}" ; then echo yes ; else echo no ; fi`"
 
 echo ""
 

Modified: grass/branches/releasebranch_6_4/configure.in
===================================================================
--- grass/branches/releasebranch_6_4/configure.in	2011-07-09 17:08:23 UTC (rev 47079)
+++ grass/branches/releasebranch_6_4/configure.in	2011-07-09 17:10:00 UTC (rev 47080)
@@ -2037,7 +2037,7 @@
 LOC_MSG([  MacOSX architectures:       ${MACOSX_ARCHS}])
 LOC_MSG([  MacOSX SDK:                 ${MACOSX_SDK}])
 LOC_MSG()
-LOC_MSG_USE(NVIZ,USE_TOGL)
+LOC_MSG_USE(Tcl/Tk NVIZ,USE_TOGL)
 LOC_MSG()
 LOC_MSG_USE(BLAS support,USE_BLAS)
 LOC_MSG_USE(C++ support,USE_CXX)



More information about the grass-commit mailing list