From 3bd6538bf504e49200eed46438a19d385f866a06 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Apr 2011 20:57:23 +0200 Subject: [PATCH] Add an AC_SUBST_NOTMAKE Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be expanded in the Makefiles and mess them up. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 3aed5f7..3ab7708 100644 --- a/configure.ac +++ b/configure.ac @@ -263,6 +263,7 @@ else INSERT__TYPEDEFS_FOR_GPGME_H="#include " fi AC_SUBST(INSERT__TYPEDEFS_FOR_GPGME_H) +AM_SUBST_NOTMAKE(INSERT__TYPEDEFS_FOR_GPGME_H) # Checks for compiler features. if test "$GCC" = yes; then -- 2.26.2