|
@@ -130,7 +130,7 @@ GRASS_VERSION_SVN=
|
|
|
AC_PATH_PROG(SVN_VERSION, svnversion, no)
|
|
|
if test "$SVN_VERSION" != "no" ; then
|
|
|
GRASS_VERSION_SVN=`$SVN_VERSION -c | cut -f2 -d:`
|
|
|
- if test "$GRASS_VERSION_SVN" = "exported" ; then
|
|
|
+ if test "$GRASS_VERSION_SVN" = "exported" -o "$GRASS_VERSION_SVN" = "Unversioned directory" ; then
|
|
|
GRASS_VERSION_SVN=
|
|
|
fi
|
|
|
fi
|