| # Process this file with autoconf to produce a configure script. |
| AC_INIT([mingw-w64-genidl],[1.0],[mingw-w64-public@lists.sourceforge.net]) |
| AC_CONFIG_AUX_DIR([build-aux]) |
| AC_CONFIG_SRCDIR([src/genidl.c]) |
| AC_CONFIG_HEADERS([config.h]) |
| AM_INIT_AUTOMAKE([foreign subdir-objects]) |
| # Checks for header files. |
| AC_CHECK_HEADERS([malloc.h memory.h stdint.h stdlib.h string.h]) |
| # Checks for typedefs, structures, and compiler characteristics. |
| # Checks for library functions. |
| AC_CHECK_FUNCS([memset strchr strdup strrchr strstr]) |
| AC_CONFIG_FILES([Makefile]) |