Add an AC_SUBST_NOTMAKE
Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be expanded in the Makefiles and mess them up.
This commit is contained in:
parent
cdefec02b3
commit
3bd6538bf5
@ -263,6 +263,7 @@ else
|
|||||||
INSERT__TYPEDEFS_FOR_GPGME_H="#include <sys/types.h>"
|
INSERT__TYPEDEFS_FOR_GPGME_H="#include <sys/types.h>"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(INSERT__TYPEDEFS_FOR_GPGME_H)
|
AC_SUBST(INSERT__TYPEDEFS_FOR_GPGME_H)
|
||||||
|
AM_SUBST_NOTMAKE(INSERT__TYPEDEFS_FOR_GPGME_H)
|
||||||
|
|
||||||
# Checks for compiler features.
|
# Checks for compiler features.
|
||||||
if test "$GCC" = yes; then
|
if test "$GCC" = yes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user