* configure.in: Check for telldir and seekdir. Join adjacent

calls to AC_CHECK_FUNCS.
This commit is contained in:
Pavel Roskin 2001-06-19 19:26:29 +00:00
parent 93125ecb19
commit a714cef98e
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-06-19 Pavel Roskin <proski@gnu.org>
* configure.in: Check for telldir and seekdir. Join adjacent
calls to AC_CHECK_FUNCS.
2001-06-16 Pavel Roskin <proski@gnu.org>
* Makefile.am: Change the order of SUBDIRS to fully compile text

View File

@ -84,11 +84,12 @@ dnl
dnl Check availability of some functions
dnl
AC_CHECK_FUNCS(strerror statfs getwd strcasecmp strncasecmp strcoll strftime)
AC_CHECK_FUNCS(strdup memmove pwdauth truncate initgroups putenv)
AC_CHECK_FUNCS(memset memcpy tcsetattr tcgetattr cfgetospeed)
AC_CHECK_FUNCS(sigaction sigemptyset sigprocmask sigaddset)
AC_CHECK_FUNCS(sysconf setuid setreuid)
AC_CHECK_FUNCS([strerror statfs getwd strcasecmp strncasecmp strcoll strftime \
strdup memmove pwdauth truncate initgroups putenv \
memset memcpy tcsetattr tcgetattr cfgetospeed \
sigaction sigemptyset sigprocmask sigaddset \
sysconf setuid setreuid \
telldir seekdir])
dnl
dnl getpt is a GNU Extension (glibc 2.1.x)