]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: use gnulib's new termios module
authorJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 18:24:41 +0000 (20:24 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 19:32:18 +0000 (21:32 +0200)
commitc12d83920f8d00cf3401d74559bb193d5760e9f8
treed24411bf7624051b9397d26e8532f15d7fc12d34
parentedc69f915842fdbce0069b6fba03643ad448daf8
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.
bootstrap.conf
m4/jm-macros.m4
src/ls.c
src/stty.c