dnl Process this file with autoconf to produce a configure script. AC_INIT(include/hlpacces.h) AM_CONFIG_HEADER(config.h) dnl Prepare the use of Automake AM_INIT_AUTOMAKE(winhelpcgi, 1.0rc3) dnl AM_PATH_LIBWMF(0.2.7, ,AC_MSG_ERROR(Cannot find LIBWMF: Is libwmf-config in path?)) AM_PATH_LIBWMF(0.2.7, ,AC_MSG_WARN([Cannot find LIBWMF: Is libwmf-config in path? - Continuing without it.])) dnl Checks for programs. AC_PROG_CC AC_PROG_RANLIB dnl Prepare gettext use ALL_LINGUAS="de nl fr" AM_GNU_GETTEXT dnl Checks for libraries. dnl Checks for header files. dnl AC_HEADER_DIRENT dnl AC_HEADER_STDC AC_CHECK_HEADERS(stdint.h sys/inttypes.h langinfo.h signal.h sys/signal.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST dnl Checks for library functions. AC_FUNC_MEMCMP dnl AC_CHECK_FUNCS(strdup strstr) AC_OUTPUT(Makefile libhlpaccess/Makefile winhelpcgi/Makefile intl/Makefile po/Makefile.in)