From b9e17dddf030e99c5100aa66828d6180d76a173e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 28 Sep 2020 14:36:03 +0200 Subject: [PATCH] build: configure: use configuration header --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index fde83ce..0527cb9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([src/jitters.c]) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_HEADERS([src/config.h]) # Activate release-mode when there is no dash in version AX_IS_RELEASE([dash-version])