Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE results
This commit is contained in:
@@ -19,6 +19,7 @@ dnl ===========================
|
||||
AC_INIT(strongSwan,5.0.0)
|
||||
AM_INIT_AUTOMAKE(tar-ustar)
|
||||
AC_CONFIG_MACRO_DIR([m4/config])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
dnl =================================
|
||||
@@ -782,6 +783,8 @@ if test x$integrity_test = xtrue; then
|
||||
)
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS -include `pwd`/config.h"
|
||||
|
||||
dnl ==============================================
|
||||
dnl collect plugin list for strongSwan components
|
||||
dnl ==============================================
|
||||
|
||||
Reference in New Issue
Block a user