[GRASS-SVN] r40862 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 8 03:27:50 EST 2010


Author: hamish
Date: 2010-02-08 03:27:43 -0500 (Mon, 08 Feb 2010)
New Revision: 40862

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
only show latest rev (trac #587)

Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2010-02-08 07:58:19 UTC (rev 40861)
+++ grass/trunk/configure	2010-02-08 08:27:43 UTC (rev 40862)
@@ -1316,7 +1316,7 @@
 fi
 
 if test "$SVN_VERSION" != "no" ; then
-   GRASS_VERSION_SVN=`$SVN_VERSION -c`
+   GRASS_VERSION_SVN=`$SVN_VERSION -c | cut -f2 -d:`
 fi
 
 

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2010-02-08 07:58:19 UTC (rev 40861)
+++ grass/trunk/configure.in	2010-02-08 08:27:43 UTC (rev 40862)
@@ -127,7 +127,7 @@
 GRASS_VERSION_SVN=
 AC_PATH_PROG(SVN_VERSION, svnversion, no)
 if test "$SVN_VERSION" != "no" ; then
-   GRASS_VERSION_SVN=`$SVN_VERSION -c`
+   GRASS_VERSION_SVN=`$SVN_VERSION -c | cut -f2 -d:`
 fi
 
 AC_SUBST(GRASS_VERSION_FILE)



More information about the grass-commit mailing list