NEW: ebus-daemon merged into ebusd.

This commit is contained in:
Roland Jax
2014-05-20 22:12:02 +02:00
84 changed files with 2922 additions and 6226 deletions
+10 -25
View File
@@ -1,30 +1,15 @@
AC_PREREQ([2.61])
AC_INIT([ebusd], [0.1], [roland.jax@liwest.at])
AC_CONFIG_SRCDIR([src/ebusd.c])
AC_PREREQ([2.65])
AC_INIT([ebusd], [0.2.0], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
AM_INIT_AUTOMAKE([1.11 -Wall no-define])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AC_PROG_CXX
# Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
# Compiler flags
CFLAGS="$CFLAGS -Wall -Wextra"
# Checks for libraries.
AC_PROG_RANLIB
# Checks for header files.
AC_CHECK_HEADERS([fcntl.h netdb.h stdlib.h string.h sys/socket.h sys/time.h syslog.h termios.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T
# Checks for library functions.
AC_FUNC_FORK
AC_CHECK_FUNCS([gettimeofday memset select socket strerror strrchr])
AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile tools/Makefile])
PKG_CHECK_MODULES([LIBEBUS], [libebus-0.1 >= 0.1])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT