From 26398e103ee4db147d24c0fb145ce8d12c895eb5 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 18 Feb 2015 09:06:11 +0100 Subject: [PATCH] corrected AC_CONFIG_AUX_DIR position --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91f8f4d6..dae81d8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ AC_PREREQ([2.65]) AC_INIT([ebusd], [1.0.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) +AC_CONFIG_AUX_DIR([build]) + if test -z $CXXFLAGS; then CXXFLAGS='-g -O2' fi @@ -25,7 +27,6 @@ AC_CHECK_LIB([pthread], [pthread_setname_np], AC_CHECK_FUNC([pselect], [AC_DEFINE(HAVE_PSELECT, [1], ["Define to 1 if pselect() is available."])]) AC_CHECK_FUNC([ppoll], [AC_DEFINE(HAVE_PPOLL, [1], ["Define to 1 if ppoll() is available."])]) -AC_CONFIG_AUX_DIR([build]) AC_CONFIG_SRCDIR([src/ebusd/main.cpp]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile