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

Diff of /trunk/configure.ac

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

revision 133 by twoaday, Mon Jan 9 09:15:29 2006 UTC revision 136 by twoaday, Mon Jan 9 10:03:13 2006 UTC
# Line 66  AC_SUBST(W32ROOT) Line 66  AC_SUBST(W32ROOT)
66  AH_BOTTOM([  AH_BOTTOM([
67  /* Some global constants. */  /* Some global constants. */
68    
 /* Set to distinguish between the old custom Makefile based build  
    system and our new automake based one.  This is only required in  
    Include/wptVersion.h.  Fixme: See whether we may define the constants  
    there by means of command line apssed args or similar.  */  
 #define WINPT_MODERN_BUILD 1  
   
69  /* We need to include this header to be able to include specific parts  /* We need to include this header to be able to include specific parts
70     of the header files.  For now we require at least Internet Exploder     of the header files.  For now we require at least Internet Exploder
71     4.01 to be installed. */     4.01 to be installed. */
72  #include <w32api.h>  #include <w32api.h>
73  #define _WIN32_IE IE401  #define _WIN32_IE IE401
   
74  ])  ])
75    
76  AM_MAINTAINER_MODE  AM_MAINTAINER_MODE
# Line 103  AC_CHECK_TOOL(AR, ar, :) Line 96  AC_CHECK_TOOL(AR, ar, :)
96  AC_CHECK_TOOL(DLLTOOL, dlltool, :)  AC_CHECK_TOOL(DLLTOOL, dlltool, :)
97  AC_CHECK_TOOL(WINDRES, windres, :)  AC_CHECK_TOOL(WINDRES, windres, :)
98    
   
99  try_gettext=yes  try_gettext=yes
100  have_dosish_system=no  have_dosish_system=no
101  have_w32_system=no  have_w32_system=no

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26