diff options
author | Jim Meyering <meyering@redhat.com> | 2010-09-18 20:24:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-09-18 21:32:18 +0200 |
commit | c12d83920f8d00cf3401d74559bb193d5760e9f8 (patch) | |
tree | d24411bf7624051b9397d26e8532f15d7fc12d34 /m4 | |
parent | edc69f915842fdbce0069b6fba03643ad448daf8 (diff) | |
download | coreutils-c12d83920f8d00cf3401d74559bb193d5760e9f8.tar.xz |
build: use gnulib's new termios module
With it, we can remove the two sole tests of HAVE_TERMIOS_H.
* bootstrap.conf (gnulib_modules): Add termios.
* src/ls.c: Don't test HAVE_TERMIOS_H.
* src/stty.c: Likewise.
* m4/jm-macros.m4 (gl_CHECK_ALL_TYPES): Remove configure-time
test for termios.h.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 20b9af9a4..6faf08ac0 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 109 -*- autoconf -*- +#serial 110 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -176,7 +176,6 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], sys/resource.h \ sys/systeminfo.h \ syslog.h \ - termios.h \ ) AC_CHECK_HEADERS([sys/sysctl.h], [], [], [AC_INCLUDES_DEFAULT |