summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-09-08 16:56:37 +0000
committerWerner Koch <wk@gnupg.org>2008-09-08 16:56:37 +0000
commitae2b4429434644fbc700f50cd24bb04c5609dd24 (patch)
treef037e4847c7d8d6fdf708ac77e12103d4926eb51 /configure.ac
parent0a583f6ddbd6880169cb9fa436258c404410512e (diff)
downloadlibgcrypt-ae2b4429434644fbc700f50cd24bb04c5609dd24.tar.gz
doc cleanups
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index da640b99..d301eae2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.10"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.4.2])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))