configure.ac: AC_CHECK_HEADERS added.

This commit is contained in:
Roland Jax
2014-11-13 14:18:37 +01:00
parent 2695dd141d
commit b89a441f99
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -3,6 +3,16 @@ AC_INIT([ebusd], [0.5.0], [ebusd@liwest.at], [ebusd], [https://github.com/yuhu-/
AC_PROG_CXX
AC_CHECK_HEADERS([arpa/inet.h \
dirent.h \
fcntl.h \
netdb.h \
netinet/in.h \
pthread.h \
sys/ioctl.h \
sys/socket.h \
termios.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/ebusd/ebusd.cpp])
AC_CONFIG_HEADERS([config.h])