]> git.saurik.com Git - bison.git/commitdiff
Add check for mkstemp().
authorJesse Thilo <jthilo@gnu.org>
Wed, 27 Jan 1999 03:26:56 +0000 (03:26 +0000)
committerJesse Thilo <jthilo@gnu.org>
Wed, 27 Jan 1999 03:26:56 +0000 (03:26 +0000)
configure.in

index 8e73c254f2c7e9d71dd499d80b288acf19295925..75d4bac63e3766e0ef14e965f825e028b15da051 100644 (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_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
 
 dnl Checks for programs.
 AC_PROG_CC
@@ -27,6 +28,6 @@ AM_C_PROTOTYPES
 
 dnl Checks for library functions.
 AC_FUNC_ALLOCA
 
 dnl Checks for library functions.
 AC_FUNC_ALLOCA
-AC_CHECK_FUNCS(setlocale)
+AC_CHECK_FUNCS(mkstemp setlocale)
 
 AC_OUTPUT(Makefile)
 
 AC_OUTPUT(Makefile)