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 |
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 |