build: configure: use configuration header
This commit is contained in:
parent
4b6c8abc75
commit
b9e17dddf0
|
@ -19,6 +19,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
AC_CONFIG_SRCDIR([src/jitters.c])
|
AC_CONFIG_SRCDIR([src/jitters.c])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|
||||||
# Activate release-mode when there is no dash in version
|
# Activate release-mode when there is no dash in version
|
||||||
AX_IS_RELEASE([dash-version])
|
AX_IS_RELEASE([dash-version])
|
||||||
|
|
Loading…
Reference in a new issue