From 8039319891115b5fde897d1fa9a5d757c6663dd8 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sun, 28 Nov 1993 16:39:13 +0000 Subject: [PATCH] AC_LN_S, AC_STDC_HEADERS (but not AC_ALLOCA) --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.40.0