mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac (AM_GNU_GETTEXT_VERSION): New.
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
This commit is contained in:
parent
0aad41079e
commit
5d4fb57347
75 changed files with 5052 additions and 1334 deletions
|
@ -22,10 +22,11 @@ dnl (Process this file with autoconf to produce a configure script.)
|
|||
dnlAC_REVISION($Revision$)dnl
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
min_automake_version="1.7.9"
|
||||
|
||||
# Remember to change the version number immediately *after* a release
|
||||
# and remove the "-cvs" or "rc" suffix immediately *before* a release.
|
||||
AC_INIT(gnupg, 1.3.6, bug-gnupg@gnu.org)
|
||||
AC_INIT(gnupg, 1.3.90-cvs, bug-gnupg@gnu.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.
|
||||
|
@ -647,6 +648,7 @@ AC_SUBST(MPI_OPT_FLAGS)
|
|||
|
||||
dnl Checks for libraries.
|
||||
|
||||
AM_GNU_GETTEXT_VERSION(0.14.1)
|
||||
if test "$try_gettext" = yes; then
|
||||
AM_GNU_GETTEXT(,[need-ngettext])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue