diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 54a58ea5d..c8d3229b8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl (Process this file with autoconf to produce a configure script.) dnlAC_REVISION($Revision$)dnl -AC_PREREQ(2.52) +AC_PREREQ(2.57) # Remember to change the version number immediately *after* a release # and remove the "-cvs" or "rc" suffix immediately *before* a release. @@ -31,8 +31,6 @@ AC_INIT(gnupg, 1.3.4-cvs, [email protected]) # sufficient. development_version=yes -ALL_LINGUAS="de" - AC_CONFIG_AUX_DIR(scripts) AC_CONFIG_SRCDIR(g10/g10.c) AC_CANONICAL_TARGET() @@ -1141,6 +1139,7 @@ DATADIRNAME=$DATADIRNAME AC_CONFIG_FILES([ Makefile +m4/Makefile intl/Makefile po/Makefile.in util/Makefile |