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

Diff of /trunk/configure.ac

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

revision 124 by twoaday, Wed Dec 14 09:09:55 2005 UTC revision 133 by twoaday, Mon Jan 9 09:15:29 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.3, http://www.winpt.org)  AC_INIT(WinPT, 0.11.5-cvs, http://www.winpt.org)
   
19  NEED_GPGME_API=1  NEED_GPGME_API=1
20  NEED_GPGME_VERSION=1.1.0  NEED_GPGME_VERSION=1.1.1
21  NEED_GPG_ERROR_VERSION=1.2  NEED_GPG_ERROR_VERSION=1.2
22    
23  PACKAGE=$PACKAGE_NAME  PACKAGE=$PACKAGE_NAME
# Line 29  AC_CONFIG_SRCDIR(Src/WinPT.cpp) Line 28  AC_CONFIG_SRCDIR(Src/WinPT.cpp)
28  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
29  AC_CANONICAL_TARGET()  AC_CANONICAL_TARGET()
30  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
31    AM_MKINSTALLDIRS
32    
33  AC_GNU_SOURCE  AC_GNU_SOURCE
34    
# Line 133  case "${host}" in Line 133  case "${host}" in
133         ;;         ;;
134  esac  esac
135    
136    
137    AH_BOTTOM([
138    /* Force using of NLS for W32 even if no libintl has been found.  This is
139       okay because we have our own gettext implementation for W32.  */
140    #if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
141    #define ENABLE_NLS 1
142    #endif
143    ])
144      
145    # Note, that autogen.sh greps for the next line.
146    AM_GNU_GETTEXT_VERSION(0.12.1)
147    AM_GNU_GETTEXT([external])
148    # There is something wrong with the NLS checking here.  We force using it.
149    USE_NLS=yes
150    
151  if test "$have_dosish_system" = yes; then  if test "$have_dosish_system" = yes; then
152     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,     AC_DEFINE(HAVE_DOSISH_SYSTEM,1,
153               [Defined if we run on some of the PCDOS like systems               [Defined if we run on some of the PCDOS like systems
# Line 233  PTD/versioninfo.rc Line 248  PTD/versioninfo.rc
248  Src/Makefile  Src/Makefile
249  Src/versioninfo.rc          Src/versioninfo.rc        
250  Include/Makefile  Include/Makefile
 Ico/Makefile  
251  icons/Makefile  icons/Makefile
252  m4/Makefile  m4/Makefile
253  Gnupg/Makefile  Gnupg/Makefile
254  Po/Makefile  Po/Makefile.in
255  ])  ])
256  AC_OUTPUT  AC_OUTPUT

Legend:
Removed from v.124  
changed lines
  Added in v.133

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26