From: Werner Koch Date: Wed, 6 Apr 2011 18:57:23 +0000 (+0200) Subject: Add an AC_SUBST_NOTMAKE X-Git-Tag: gpgme-1.3.1~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bd6538bf504e49200eed46438a19d385f866a06;p=gpgme.git Add an AC_SUBST_NOTMAKE Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be expanded in the Makefiles and mess them up. --- 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