Lines Matching +full:windows +full:- +full:test +full:- +full:rules
1 dnl Configuration for the gettext-runtime directory of GNU gettext
2 dnl Copyright (C) 1995-2010, 2012-2015, 2018-2020 Free Software Foundation, Inc.
20 AC_INIT([gettext-runtime],
21 m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]),
22 [bug-gettext@gnu.org])
24 AC_CONFIG_AUX_DIR([../build-aux])
25 AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
29 test "$docdir" != '${datarootdir}/doc/${PACKAGE_TARNAME}' || docdir='${datarootdir}/doc/gettext'
39 if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
47 if test -n "$HAVE_CSHARPCOMP" && test "$CSHARP_CHOICE" != no; then
61 dnl For a 64-bit build on AIX, AC_PROG_RANLIB is not sufficient.
75 LT_INIT([win32-dll])
77 dnl Prepares the libtool configuration for handling of Windows resources, and
78 dnl sets the RC variable to a program that compiles Windows resource files.
79 LT_LANG([Windows Resource])
81 dnl On mingw and Cygwin, we can activate special Makefile rules which add
87 AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
89 dnl Some code is only meant to be compiled on native Windows.
94 AM_CONDITIONAL([WINDOWS_NATIVE], [test $is_windows_native = yes])
100 AM_GNU_GETTEXT([use-libtool], [need-ngettext])
102 AM_CONDITIONAL([USE_INCLUDED_LIBINTL], [test $USE_INCLUDED_LIBINTL = yes])
103 AM_CONDITIONAL([BUILD_INCLUDED_LIBINTL], [test $BUILD_INCLUDED_LIBINTL = yes])
112 dnl Compilation on mingw and Cygwin needs special Makefile rules, because
119 if test "$enable_shared" = yes; then
127 AM_CONDITIONAL([WOE32DLL], [test $is_woe32dll = yes])
128 if test $is_woe32dll = yes; then
130 [Define when --enable-shared is used on mingw or Cygwin.])
134 dnl 64-bit mingw does not prepend an underscore to C symbols.
136 if test "$USER_LABEL_PREFIX" = _; then
137 INTL_EXPORTS_FLAGS="-DUSER_LABEL_PREFIX_UNDERSCORE $INTL_EXPORTS_FLAGS"
143 /* On Windows, variables that may be in a DLL must be marked specially. */
164 dnl Checks for optional programs for the tests/lang-* tests.
167 dnl Checks for special libraries for the tests/test-lock test.
170 if test $gl_threads_api = posix; then
172 AC_CHECK_LIB([rt], [sched_yield], [LIBSCHED=-lrt],
174 AC_CHECK_LIB([posix4], [sched_yield], [LIBSCHED=-lposix4])])
180 [ --disable-libasprintf do not build libasprintf],
181 [if test "$enableval" != no; then
187 if test "$CXX" = "no"; then
190 AM_CONDITIONAL([ENABLE_LIBASPRINTF], [test -n "$SUBDIR_libasprintf"])
200 AC_CONFIG_FILES([intl-java/Makefile])
202 AC_CONFIG_FILES([intl-csharp/Makefile])
204 AC_CONFIG_FILES([gnulib-lib/Makefile])
213 AC_CONFIG_FILES([man/x-to-1])