dnl Process this file with autoconf to produce a configure script. AC_INIT(src/toh.c) AM_INIT_AUTOMAKE(toh, 1.0) # AM_CONFIG_HEADER(config.h) dnl Set of available languages. ALL_LINGUAS="de fr es ko nl no pl pt sl sv it" dnl Checks for programs. AC_PROG_CC AC_ISC_POSIX dnl Checks for libraries. dnl Checks for header files. AC_STDC_HEADERS AC_HAVE_HEADERS(string.h fcntl.h sys/file.h sys/param.h) dnl Checks for library functions. AC_FUNC_ALLOCA AC_OUTPUT( Makefile doc/Makefile src/Makefile )