summaryrefslogtreecommitdiffstats
path: root/common/elapi/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/configure.ac')
-rw-r--r--common/elapi/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/elapi/configure.ac b/common/elapi/configure.ac
index e5c19ae75..2ebf0d086 100644
--- a/common/elapi/configure.ac
+++ b/common/elapi/configure.ac
@@ -21,6 +21,12 @@ AC_ARG_ENABLE([trace],
[trace_level="0"])
AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TRACE_VAR],["-DTRACE_LEVEL=$trace_level"])])
+m4_include(conf_macros.m4)
+
+WITH_CONFIG_DIR
+WITH_CONFIG_APP_DIR
+WITH_APP_NAME
+WITH_APP_NAME_SIZE
AC_CONFIG_FILES([Makefile elapi.pc])
AC_OUTPUT