mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Add check for mkstemp().
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user