Merge branch 'master' of github.com:yuhu-/ebusd
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT([ebusd], [0.5.0], [ebusd@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
|
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_PROG_CXX
|
||||||
|
|
||||||
AC_CHECK_HEADERS([arpa/inet.h \
|
AC_CHECK_HEADERS([arpa/inet.h \
|
||||||
|
|||||||
@@ -23,3 +23,5 @@ distclean-local:
|
|||||||
-rm -f Makefile.in
|
-rm -f Makefile.in
|
||||||
-rm -rf .libs
|
-rm -rf .libs
|
||||||
|
|
||||||
|
install-data-local:
|
||||||
|
[ -d $(sysconfdir)/ebusd ] || mkdir -p $(sysconfdir)/ebusd
|
||||||
|
|||||||
Reference in New Issue
Block a user