/[winpt]/trunk/configure.ac
ViewVC logotype

Diff of /trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 129 by twoaday, Fri Dec 30 13:56:10 2005 UTC revision 132 by werner, Fri Jan 6 19:45:59 2006 UTC
# Line 15  min_automake_version="1.9.4" Line 15  min_automake_version="1.9.4"
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.4, http://www.winpt.org)  AC_INIT(WinPT, 0.11.5-cvs, http://www.winpt.org)
19    
20  NEED_GPGME_API=1  NEED_GPGME_API=1
21  NEED_GPGME_VERSION=1.1.0  NEED_GPGME_VERSION=1.1.1
22  NEED_GPG_ERROR_VERSION=1.2  NEED_GPG_ERROR_VERSION=1.2
23    
24  PACKAGE=$PACKAGE_NAME  PACKAGE=$PACKAGE_NAME
# Line 146  AH_BOTTOM([ Line 146  AH_BOTTOM([
146  # Note, that autogen.sh greps for the next line.  # Note, that autogen.sh greps for the next line.
147  AM_GNU_GETTEXT_VERSION(0.12.1)  AM_GNU_GETTEXT_VERSION(0.12.1)
148  AM_GNU_GETTEXT([external])  AM_GNU_GETTEXT([external])
149    # There is something wrong with the NLS checking here.  We force using it.
150    USE_NLS=yes
151    
152  if test "$have_dosish_system" = yes; then  if test "$have_dosish_system" = yes; then
153     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,

Legend:
Removed from v.129  
changed lines
  Added in v.132

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26