Replaced AC_HEADER_TIOCGWINSZ and always just include sys/ioctl.h if it is available - GH#74.

This commit is contained in:
Andrew Wood
2023-08-06 20:31:02 +01:00
parent 8e3b47bf89
commit c2e77cd005
9 changed files with 62 additions and 55 deletions
+1
View File
@@ -2,6 +2,7 @@
* cleanup: added a test for terminal width detection to "`make test`"
* cleanup: added a test to "`make test`" to ensure that "`make install`" installs everything expected
* cleanup: replaced *AC_HEADER_TIOCGWINSZ* with *AC_CHECK_HEADERS(sys/ioctl.h)* for better MacOS compatibility ([GH#74](https://github.com/a-j-wood/pv/issues/74))
1.7.24 - 30 July 2023