1 |
# configure.ac - for WinPT |
# configure.ac - for WinPT |
2 |
# Copyright (C) 2005, 2006 g10 Code GmbH |
# Copyright (C) 2005, 2006 g10 Code GmbH |
3 |
|
# Copyright (C) 2006 Timo Schulz |
4 |
# |
# |
5 |
# This file is free software; as a special exception the author gives |
# This file is free software; as a special exception the author gives |
6 |
# unlimited permission to copy and/or distribute it, with or without |
# unlimited permission to copy and/or distribute it, with or without |
17 |
# Version number: Remember to change it immediately *after* a release. |
# Version number: Remember to change it immediately *after* a release. |
18 |
# Add a "-cvs" prefix for non-released code. |
# Add a "-cvs" prefix for non-released code. |
19 |
AC_INIT(WinPT, 1.2.1-cvs, http://wald.intevation.org/projects/winpt) |
AC_INIT(WinPT, 1.2.1-cvs, http://wald.intevation.org/projects/winpt) |
20 |
NEED_GPG_VERSION=1.4.4 |
|
21 |
|
# We always force to use the minimal GPG version which is |
22 |
|
# known to be free of reported security issues |
23 |
|
NEED_GPG_VERSION=1.4.6 |
24 |
|
|
25 |
NEED_GPGME_API=1 |
NEED_GPGME_API=1 |
26 |
NEED_GPGME_VERSION=1.1.1 |
NEED_GPGME_VERSION=1.1.1 |
27 |
NEED_GPG_ERROR_VERSION=1.2 |
NEED_GPG_ERROR_VERSION=1.2 |
251 |
icons/Makefile |
icons/Makefile |
252 |
m4/Makefile |
m4/Makefile |
253 |
Gnupg/Makefile |
Gnupg/Makefile |
254 |
|
Generic/Makefile |
255 |
Po/Makefile.in |
Po/Makefile.in |
256 |
]) |
]) |
257 |
AC_OUTPUT |
AC_OUTPUT |