--- trunk/configure.ac 2006/03/06 14:41:58 180 +++ trunk/configure.ac 2007/01/15 22:11:52 282 @@ -1,5 +1,6 @@ # configure.ac - for WinPT -# Copyright (C) 2005 g10 Code GmbH +# Copyright (C) 2005, 2006 g10 Code GmbH +# Copyright (C) 2006 Timo Schulz # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -11,12 +12,16 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -min_automake_version="1.9.4" +min_automake_version="1.9.2" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(WinPT, 0.11.9-cvs, http://www.winpt.org) -NEED_GPG_VERSION=1.4.2 +AC_INIT(WinPT, 1.2.1-cvs, http://wald.intevation.org/projects/winpt) + +# We always force to use the minimal GPG version which is +# known to be free of reported security issues +NEED_GPG_VERSION=1.4.6 + NEED_GPGME_API=1 NEED_GPGME_VERSION=1.1.1 NEED_GPG_ERROR_VERSION=1.2 @@ -73,7 +78,7 @@ of the header files. For now we require at least Internet Exploder 4.01 to be installed. */ #include -#define _WIN32_IE IE401 +#define _WIN32_IE IE55 ]) AM_MAINTAINER_MODE @@ -239,13 +244,14 @@ AC_CONFIG_FILES([ Makefile PTD/Makefile -PTD/versioninfo.rc +PTD/versioninfo.rc Src/Makefile -Src/versioninfo.rc +Src/versioninfo.rc Include/Makefile icons/Makefile m4/Makefile Gnupg/Makefile +Generic/Makefile Po/Makefile.in ]) AC_OUTPUT