mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Formerly configure.in.~9~
This commit is contained in:
parent
93385de9ff
commit
c0c67164d5
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(vpath.c) dnl A distinctive file to look for in srcdir.
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_CPP dnl Later checks need this.
|
||||
|
@ -21,7 +22,8 @@ AC_MINUS_C_MINUS_O
|
|||
AC_SUBST(LIBOBJS)
|
||||
|
||||
AC_HAVE_FUNCS(getdtablesize sys_siglist _sys_siglist \
|
||||
dup2 getcwd sigsetmask getgroups setlinebuf)
|
||||
dup2 getcwd sigsetmask getgroups setlinebuf \
|
||||
setreuid setregid)
|
||||
AC_ALLOCA
|
||||
AC_VFORK
|
||||
AC_SETVBUF_REVERSED
|
||||
|
|
Loading…
Reference in a new issue