Add check for mkstemp().

This commit is contained in:
Jesse Thilo
1999-01-27 03:26:56 +00:00
parent cbbe75051d
commit 8d57fff0a9

View File

@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(reduce.c)
AM_INIT_AUTOMAKE(bison,1.26)
AM_CONFIG_HEADER(config.h:config.hin)
AC_PREREQ(2.13)
dnl Checks for programs.
AC_PROG_CC
@@ -27,6 +28,6 @@ AM_C_PROTOTYPES
dnl Checks for library functions.
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(setlocale)
AC_CHECK_FUNCS(mkstemp setlocale)
AC_OUTPUT(Makefile)