mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 23:27:15 +03:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
|
|
dnl Use autoconf to generate the `configure` script from this and Makefile.in
|
|
|
|
AC_INIT
|
|
AC_CONFIG_HEADERS(config.h)
|
|
AC_CONFIG_FILES([Makefile])
|
|
|
|
AC_CHECK_HEADERS(linux/landlock.h, AC_DEFINE(HAVE_LANDLOCK), [])
|
|
AC_OUTPUT
|