mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Check for telldir and seekdir. Join adjacent
calls to AC_CHECK_FUNCS.
This commit is contained in:
parent
93125ecb19
commit
a714cef98e
@ -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
|
||||
|
11
configure.in
11
configure.in
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user