1 |
# configure.ac - for WinPT |
# configure.ac - for WinPT |
2 |
# Copyright (C) 2005 g10 Code GmbH |
# Copyright (C) 2005, 2006 g10 Code GmbH |
3 |
# |
# |
4 |
# This file is free software; as a special exception the author gives |
# This file is free software; as a special exception the author gives |
5 |
# unlimited permission to copy and/or distribute it, with or without |
# unlimited permission to copy and/or distribute it, with or without |
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, 1.0.0pre2, http://www.winpt.org) |
AC_INIT(WinPT, 1.0.0pre3, 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 |
73 |
of the header files. For now we require at least Internet Exploder |
of the header files. For now we require at least Internet Exploder |
74 |
4.01 to be installed. */ |
4.01 to be installed. */ |
75 |
#include <w32api.h> |
#include <w32api.h> |
76 |
#define _WIN32_IE IE401 |
#define _WIN32_IE IE55 |
77 |
]) |
]) |
78 |
|
|
79 |
AM_MAINTAINER_MODE |
AM_MAINTAINER_MODE |