15 |
|
|
16 |
# Version number: Remember to change it immediately *after* a release. |
# Version number: Remember to change it immediately *after* a release. |
17 |
# Add a "-cvs" prefix for non-released code. |
# Add a "-cvs" prefix for non-released code. |
18 |
AC_INIT(WinPT, 0.11.4, http://www.winpt.org) |
AC_INIT(WinPT, 0.11.5-cvs, http://www.winpt.org) |
19 |
|
|
20 |
NEED_GPGME_API=1 |
NEED_GPGME_API=1 |
21 |
NEED_GPGME_VERSION=1.1.0 |
NEED_GPGME_VERSION=1.1.1 |
22 |
NEED_GPG_ERROR_VERSION=1.2 |
NEED_GPG_ERROR_VERSION=1.2 |
23 |
|
|
24 |
PACKAGE=$PACKAGE_NAME |
PACKAGE=$PACKAGE_NAME |
146 |
# Note, that autogen.sh greps for the next line. |
# Note, that autogen.sh greps for the next line. |
147 |
AM_GNU_GETTEXT_VERSION(0.12.1) |
AM_GNU_GETTEXT_VERSION(0.12.1) |
148 |
AM_GNU_GETTEXT([external]) |
AM_GNU_GETTEXT([external]) |
149 |
|
# There is something wrong with the NLS checking here. We force using it. |
150 |
|
USE_NLS=yes |
151 |
|
|
152 |
if test "$have_dosish_system" = yes; then |
if test "$have_dosish_system" = yes; then |
153 |
AC_DEFINE(HAVE_DOSISH_SYSTEM,1, |
AC_DEFINE(HAVE_DOSISH_SYSTEM,1, |