Lines Matching +full:windows +full:- +full:test +full:- +full:rules
2 dnl Copyright (C) 2002-2012, 2016, 2018-2019 Free Software Foundation, Inc.
22 AC_CONFIG_AUX_DIR([../../build-aux])
23 AM_INIT_AUTOMAKE([silent-rules])
38 dnl For a 64-bit build on AIX, AC_PROG_RANLIB is not sufficient.
48 LT_INIT([win32-dll])
50 dnl Prepares the libtool configuration for handling of Windows resources, and
51 dnl sets the RC variable to a program that compiles Windows resource files.
52 LT_LANG([Windows Resource])
54 dnl On mingw and Cygwin, we can activate special Makefile rules which add
60 AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
63 # On Cygwin, without -no-undefined, a warning is emitted and only a static
65 beos* | mingw* | cygwin* | os2*) LTNOUNDEF='-no-undefined' ;;