Merge branch 'master' of github.com:yuhu-/ebusd

This commit is contained in:
john30
2014-12-25 12:09:50 +01:00
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -1,6 +1,14 @@
AC_PREREQ([2.65])
AC_INIT([ebusd], [0.5.0], [ebusd@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
case "$@" in
*"--sysconfdir="*) ;;
*) sysconfdir=/etc ;;
esac
if test -z $CXXFLAGS;
then CXXFLAGS='-g -O2'
fi
AC_PROG_CXX
AC_CHECK_HEADERS([arpa/inet.h \
+2
View File
@@ -23,3 +23,5 @@ distclean-local:
-rm -f Makefile.in
-rm -rf .libs
install-data-local:
[ -d $(sysconfdir)/ebusd ] || mkdir -p $(sysconfdir)/ebusd