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 |
|
|
149 |
|
|
150 |
if test "$have_dosish_system" = yes; then |
if test "$have_dosish_system" = yes; then |
151 |
AC_DEFINE(HAVE_DOSISH_SYSTEM,1, |
AC_DEFINE(HAVE_DOSISH_SYSTEM,1, |
152 |
[Defined if we run on some of the PCDOS like systems |
[Defined if we run on some of the PCDOS like systems |
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 |