summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-12-09 10:12:43 +0100
committerWerner Koch <wk@gnupg.org>2003-12-09 10:12:43 +0100
commit1c1069f70b66209f4b1feb1c277a97aa81517fe5 (patch)
tree25cc5a68a0cab06e06e1062eeb2af8287dff440a /configure.ac
parentAdded files we better keep in the CVS (diff)
downloadgnupg2-1c1069f70b66209f4b1feb1c277a97aa81517fe5.tar.xz
gnupg2-1c1069f70b66209f4b1feb1c277a97aa81517fe5.zip
* configure.ac: Add a min_automake_version.
* README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7eed5f393..7bca11986 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
+min_automake_version="1.7.6"
+
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
AC_INIT(gnupg, 1.9.3-cvs, gnupg-devel@gnupg.org)
@@ -37,8 +39,6 @@ NEED_OPENSC_VERSION=0.8.0
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
-AM_GNU_GETTEXT_VERSION(0.11.5)
-
AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(sm/gpgsm.c)
AM_CONFIG_HEADER(config.h)
@@ -354,6 +354,7 @@ AM_CONDITIONAL(HAVE_DOSISH_SYSTEM, test "$have_dosish_system" = yes)
# Checks for libraries.
#
+
#
# libgpg-error is a library with error codes shared between GnuPG
# related projects.
@@ -608,6 +609,7 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
[A human readable text with the name of the OS])
+AM_GNU_GETTEXT_VERSION(0.12.1)
if test "$try_gettext" = yes; then
AM_GNU_GETTEXT(,[need-ngettext])