mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-23 03:41:23 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@34779 72102866-910b-0410-8b05-ffd578937521
25 lines
545 B
Text
25 lines
545 B
Text
dnl Process this file with autoconf to produce configure.
|
|
|
|
AC_INIT(EcProcess.h)
|
|
AC_CONFIG_HEADER(config.h)
|
|
AC_PROG_CC
|
|
AC_PROG_CPP
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
dnl start proper config checks
|
|
AC_TYPE_SIGNAL
|
|
|
|
AC_HEADER_STDC
|
|
AC_HEADER_TIME
|
|
AC_HEADER_SYS_WAIT
|
|
AC_CHECK_HEADERS(arpa/inet.h arpa/telnet.h netinet/in.h netdb.h pwd.h string.h fcntl.h sys/fcntl.h sys/file.h sys/resource.h sys/time.h sys/types.h sys/socket.h sys/signal.h stdlib.h unistd.h)
|
|
|
|
AC_TYPE_GETGROUPS
|
|
AC_TYPE_SIGNAL
|
|
AC_TYPE_MODE_T
|
|
|
|
AC_CHECK_FUNCS(getpid setpgid)
|
|
|
|
AC_OUTPUT(config.make)
|
|
|