1 dnl Process this file with autoconf to produce a configure script. 2 dnl 3 AC_INIT(initscan.c) 4 AC_CONFIG_HEADER(config.h:conf.in) 5 6 AC_LN_S 7 AC_PROG_YACC 8 AC_PROG_CC 9 AC_PROG_RANLIB 10 AC_PROG_INSTALL 11 AC_PROG_MAKE_SET 12 AC_CONST 13 AC_TYPE_SIZE_T 14 AC_HEADER_STDC 15 AC_HAVE_HEADERS(string.h malloc.h sys/types.h) 16 17 case "$YACC" in 18 *bison*) 19 AC_ALLOCA 20 ;; 21 esac 22 23 AC_OUTPUT(Makefile, 24 [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) 25