summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-05 22:40:32 +0000
committerRoland McGrath <roland@redhat.com>1993-01-05 22:40:32 +0000
commitc0c67164d51bd17a428e1ba12d292cdacbed3d7d (patch)
tree9e894b1bb66341eced87b76d475341025d03e6c8 /configure.in
parent93385de9ff85f11df516e1fd10dffafe2ee256c1 (diff)
downloadgunmake-c0c67164d51bd17a428e1ba12d292cdacbed3d7d.tar.gz
Formerly configure.in.~9~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 65187b5..c6859f1 100644
--- a/configure.in
+++ b/configure.in
@@ -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