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.6-cvs, http://www.winpt.org) |
AC_INIT(WinPT, 0.11.6, http://www.winpt.org) |
19 |
NEED_GPG_VERSION=1.4.2 |
NEED_GPG_VERSION=1.4.2 |
20 |
NEED_GPGME_API=1 |
NEED_GPGME_API=1 |
21 |
NEED_GPGME_VERSION=1.1.1 |
NEED_GPGME_VERSION=1.1.1 |
185 |
# Add some extra libs here so that previous tests don't fail for |
# Add some extra libs here so that previous tests don't fail for |
186 |
# mysterious reasons - the final link step should bail out. |
# mysterious reasons - the final link step should bail out. |
187 |
if test "$have_w32_system" = yes; then |
if test "$have_w32_system" = yes; then |
188 |
W32LIBS="-lwsock32" |
#W32LIBS="-lwsock32" |
189 |
|
W32LIBS="-lws2_32" |
190 |
fi |
fi |
191 |
|
|
192 |
if test "$GCC" = yes; then |
if test "$GCC" = yes; then |