[GRASS-SVN] r49654 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 11 21:02:08 EST 2011


Author: hamish
Date: 2011-12-11 18:02:08 -0800 (Sun, 11 Dec 2011)
New Revision: 49654

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
re-alphabetize summary

Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2011-12-12 01:51:42 UTC (rev 49653)
+++ grass/trunk/configure	2011-12-12 02:02:08 UTC (rev 49654)
@@ -15390,23 +15390,23 @@
 
 echo "  PNG support:                `if test -n "${USE_PNG}" ; then echo yes ; else echo no ; fi`"
 
+echo "  POSIX thread support:       `if test -n "${USE_PTHREAD}" ; then echo yes ; else echo no ; fi`"
+
 echo "  PostgreSQL support:         `if test -n "${USE_POSTGRES}" ; then echo yes ; else echo no ; fi`"
 
 echo "  Readline support:           `if test -n "${USE_READLINE}" ; then echo yes ; else echo no ; fi`"
 
+echo "  Regex support:              `if test -n "${USE_REGEX}" ; then echo yes ; else echo no ; fi`"
+
 echo "  SQLite support:             `if test -n "${USE_SQLITE}" ; then echo yes ; else echo no ; fi`"
 
+echo "  TIFF support:               `if test -n "${USE_TIFF}" ; then echo yes ; else echo no ; fi`"
+
 echo "  Tcl/Tk support:             `if test -n "${USE_TCLTK}" ; then echo yes ; else echo no ; fi`"
 
 echo "  wxWidgets support:          `if test -n "${USE_WXWIDGETS}" ; then echo yes ; else echo no ; fi`"
 
-echo "  TIFF support:               `if test -n "${USE_TIFF}" ; then echo yes ; else echo no ; fi`"
-
 echo "  X11 support:                `if test -n "${USE_X11}" ; then echo yes ; else echo no ; fi`"
 
-echo "  Regex support:              `if test -n "${USE_REGEX}" ; then echo yes ; else echo no ; fi`"
-
-echo "  POSIX thread support:       `if test -n "${USE_PTHREAD}" ; then echo yes ; else echo no ; fi`"
-
 echo ""
 

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2011-12-12 01:51:42 UTC (rev 49653)
+++ grass/trunk/configure.in	2011-12-12 02:02:08 UTC (rev 49654)
@@ -2018,13 +2018,13 @@
 LOC_MSG_USE(OpenGL support,USE_OPENGL)
 LOC_MSG_USE(OpenMP support,USE_OPENMP)
 LOC_MSG_USE(PNG support,USE_PNG)
+LOC_MSG_USE(POSIX thread support,USE_PTHREAD)
 LOC_MSG_USE(PostgreSQL support,USE_POSTGRES)
 LOC_MSG_USE(Readline support,USE_READLINE)
+LOC_MSG_USE(Regex support,USE_REGEX)
 LOC_MSG_USE(SQLite support,USE_SQLITE)
+LOC_MSG_USE(TIFF support,USE_TIFF)
 LOC_MSG_USE(Tcl/Tk support,USE_TCLTK)
 LOC_MSG_USE(wxWidgets support,USE_WXWIDGETS)
-LOC_MSG_USE(TIFF support,USE_TIFF)
 LOC_MSG_USE(X11 support,USE_X11)
-LOC_MSG_USE(Regex support,USE_REGEX)
-LOC_MSG_USE(POSIX thread support,USE_PTHREAD)
 LOC_MSG()



More information about the grass-commit mailing list