aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-11-05 16:06:40 +0000
committerLRN <lrn1986@gmail.com>2013-11-05 16:06:40 +0000
commit3c468b850ea7412137e96a4bdfb20d1b502d4ed0 (patch)
treeea5b651033cabc5a0c3f9309c3fb894609b9b352 /configure.ac
parentbc271670631aa604cb2397fd0c85ab2dccf8664d (diff)
downloadgnunet-3c468b850ea7412137e96a4bdfb20d1b502d4ed0.tar.gz
gnunet-3c468b850ea7412137e96a4bdfb20d1b502d4ed0.zip
Add doublequotes; also, r for 'revision'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9e09ae9a..4506f6ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1308,16 +1308,16 @@ AS_IF([test "X$svn_version" = "X" -o "X$svn_version" = "Xexported" -o "X$svn_ver
1308 AS_IF([test "X$gitsvn_version" = "X"], 1308 AS_IF([test "X$gitsvn_version" = "X"],
1309 [ 1309 [
1310 vcs_name="no" 1310 vcs_name="no"
1311 vcs_version="release" 1311 vcs_version="\"release\""
1312 ], 1312 ],
1313 [ 1313 [
1314 vcs_name="yes, git-svn" 1314 vcs_name="yes, git-svn"
1315 vcs_version="svn-$gitsvn_version" 1315 vcs_version="\"svn-r$gitsvn_version\""
1316 ]) 1316 ])
1317], 1317],
1318[ 1318[
1319 vcs_name="yes, svn" 1319 vcs_name="yes, svn"
1320 vcs_version="svn-$svn_version" 1320 vcs_version="\"svn-r$svn_version\""
1321]) 1321])
1322AC_MSG_RESULT($vcs_name) 1322AC_MSG_RESULT($vcs_name)
1323 1323