--- trunk/configure.ac 2005/12/16 13:12:40 127 +++ trunk/configure.ac 2006/01/09 09:15:29 133 @@ -15,10 +15,9 @@ # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(WinPT, 0.11.4-cvs, http://www.winpt.org) - +AC_INIT(WinPT, 0.11.5-cvs, http://www.winpt.org) NEED_GPGME_API=1 -NEED_GPGME_VERSION=1.1.0 +NEED_GPGME_VERSION=1.1.1 NEED_GPG_ERROR_VERSION=1.2 PACKAGE=$PACKAGE_NAME @@ -146,7 +145,8 @@ # Note, that autogen.sh greps for the next line. AM_GNU_GETTEXT_VERSION(0.12.1) AM_GNU_GETTEXT([external]) - +# There is something wrong with the NLS checking here. We force using it. +USE_NLS=yes if test "$have_dosish_system" = yes; then AC_DEFINE(HAVE_DOSISH_SYSTEM,1, @@ -248,7 +248,6 @@ Src/Makefile Src/versioninfo.rc Include/Makefile -Ico/Makefile icons/Makefile m4/Makefile Gnupg/Makefile