From 1c1069f70b66209f4b1feb1c277a97aa81517fe5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 9 Dec 2003 09:12:43 +0000 Subject: * configure.ac: Add a min_automake_version. * README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3