summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-10-19 11:27:39 +0200
committerWerner Koch <wk@gnupg.org>2002-10-19 11:27:39 +0200
commitd3b880b74c3024b54b3f593462382b6136d30a37 (patch)
tree7b8229cdbc617de28593647f8e9d715b3989a19c /configure.ac
parentMerged Top directory of NewPG with GnuPG. (diff)
downloadgnupg2-d3b880b74c3024b54b3f593462382b6136d30a37.tar.xz
gnupg2-d3b880b74c3024b54b3f593462382b6136d30a37.zip
* configure.ac: Bumped version number to 1.9.0-cvs.
Diffstat (limited to '')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8294fb3c4..ac31adf05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# configure.ac - for NewPG
+# configure.ac - for GnuPG
# Copyright (C) 2001, 2002 Free Software Foundation, Inc,
#
# This file is part of GnuPG.
@@ -21,7 +21,7 @@
AC_PREREQ(2.52)
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(newpg, 0.9.3-cvs, gpa-dev@gnupg.org)
+AC_INIT(newpg, 1.9.0-cvs, gpa-dev@gnupg.org)
NEED_LIBGCRYPT_VERSION=1.1.8
NEED_KSBA_VERSION=0.4.4
NEED_OPENSC_VERSION=0.7.0
@@ -30,6 +30,7 @@ ALL_LINGUAS="de"
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
+AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(sm/gpgsm.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)