aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-21 14:21:05 +0000
committerWerner Koch <[email protected]>2009-07-21 14:21:05 +0000
commit0792525d2244867b063ae728203e05721b21ccce (patch)
treefd59e65b13598dcbb0af4a849a8dd0a3d6e8bb24 /configure.ac
parentFix bug 1091. (diff)
downloadgnupg-0792525d2244867b063ae728203e05721b21ccce.tar.gz
gnupg-0792525d2244867b063ae728203e05721b21ccce.zip
Make bug reporting address easier changeable.
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 bc7ba2095..a52f22d80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
AC_INIT([gnupg],
[my_version[]m4_if(my_issvn,[yes],[-svn[]svn_revision])],
+ [http://bugs.gnupg.org])
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.