mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +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)
|
AC_INIT(reduce.c)
|
||||||
AM_INIT_AUTOMAKE(bison,1.26)
|
AM_INIT_AUTOMAKE(bison,1.26)
|
||||||
AM_CONFIG_HEADER(config.h:config.hin)
|
AM_CONFIG_HEADER(config.h:config.hin)
|
||||||
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
@@ -27,6 +28,6 @@ AM_C_PROTOTYPES
|
|||||||
|
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_FUNC_ALLOCA
|
AC_FUNC_ALLOCA
|
||||||
AC_CHECK_FUNCS(setlocale)
|
AC_CHECK_FUNCS(mkstemp setlocale)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile)
|
AC_OUTPUT(Makefile)
|
||||||
|
|||||||
Reference in New Issue
Block a user