16 |
|
|
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.5.0-cvs, http://wald.intevation.org/projects/winpt) |
20 |
|
|
21 |
# We always force to use the minimal GPG version which is |
# We always force to use the minimal GPG version which is |
22 |
# known to be free of reported security issues |
# known to be free of reported security issues |
23 |
NEED_GPG_VERSION=1.4.6 |
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.4 |
27 |
NEED_GPG_ERROR_VERSION=1.2 |
NEED_GPG_ERROR_VERSION=1.2 |
28 |
|
|
29 |
PACKAGE=$PACKAGE_NAME |
PACKAGE=$PACKAGE_NAME |
34 |
AM_CONFIG_HEADER(config.h) |
AM_CONFIG_HEADER(config.h) |
35 |
AC_CANONICAL_TARGET() |
AC_CANONICAL_TARGET() |
36 |
AM_INIT_AUTOMAKE |
AM_INIT_AUTOMAKE |
37 |
AM_MKINSTALLDIRS |
#AM_MKINSTALLDIRS |
38 |
|
|
39 |
AC_GNU_SOURCE |
AC_GNU_SOURCE |
40 |
|
|
230 |
fi |
fi |
231 |
|
|
232 |
|
|
233 |
AC_CONFIG_FILES([ Makefile |
AC_CONFIG_FILES([ |
234 |
|
Makefile |
235 |
PTD/Makefile |
PTD/Makefile |
236 |
PTD/versioninfo.rc |
PTD/versioninfo.rc |
237 |
Src/Makefile |
Src/Makefile |
240 |
icons/Makefile |
icons/Makefile |
241 |
m4/Makefile |
m4/Makefile |
242 |
Gnupg/Makefile |
Gnupg/Makefile |
|
Generic/Makefile |
|
243 |
Po/Makefile.in |
Po/Makefile.in |
244 |
]) |
]) |
245 |
AC_OUTPUT |
AC_OUTPUT |