| # Process this file with autoconf to produce a configure script. |
| AC_INIT([mingw-w64-winpthreads], [1.0], [mingw-w64-public@lists.sf.net]) |
| AC_CONFIG_AUX_DIR([build-aux]) |
| AC_CONFIG_SRCDIR([src/spinlock.c]) |
| AC_CONFIG_MACRO_DIR([m4]) |
| AC_CONFIG_HEADERS([config.h]) |
| AM_INIT_AUTOMAKE([foreign subdir-objects]) |
| AC_MSG_CHECKING([whether C compiler is MSVC-like compiler]) |
| [RC="$am_aux_dir/windres-rc rc.exe"] |
| AM_CONDITIONAL([MSVC], [test x$msvc = xyes]) |
| # Libtool 2.4 should check them correctly |
| # AC_CHECK_TOOLS([AR],[ar],[:]) |
| LT_LANG([Windows Resource]) |
| # Checks for header files. |
| # Checks for typedefs, structures, and compiler characteristics. |
| # Checks for library functions. |
| AC_CONFIG_FILES([Makefile tests/Makefile]) |