Drop AC_CHECK_INCLUDES_DEFAULT

AC_CHECK_INCLUDES_DEFAULT requires autoconf at least version 2.70
Bug: https://github.com/scsitape/stenc/issues/33
This commit is contained in:
Jonas Stein
2022-04-21 22:44:41 +02:00
parent 59d5c6c0fa
commit 0ad0a208d5

View File

@@ -15,7 +15,11 @@ m4_warn([obsolete],
ISO C90 headers unconditionally.])dnl
# Autoupdate added the next two lines to ensure that your configure
# script's behavior did not change. They are probably safe to remove.
AC_CHECK_INCLUDES_DEFAULT
# Disable AC_CHECK_INCLUDES_DEFAULT, because this macro requires autoconf at
# least version 2.70 which is not default yet in many distributions.
# See: https://github.com/scsitape/stenc/issues/33
# AC_CHECK_INCLUDES_DEFAULT
AC_PROG_EGREP