From: Vern Paxson Date: Sun, 28 Nov 1993 16:39:13 +0000 (+0000) Subject: AC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA) X-Git-Tag: flex-2-5-5b~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8039319891115b5fde897d1fa9a5d757c6663dd8;p=flex AC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA) --- diff --git a/configure.in b/configure.in index 88b357b..b4a7fd1 100644 --- a/configure.in +++ b/configure.in @@ -2,10 +2,12 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(initscan.c) +AC_LN_S AC_PROG_YACC AC_PROG_CC AC_PROG_RANLIB AC_PROG_INSTALL AC_CONST +AC_STDC_HEADERS AC_OUTPUT(Makefile)