Add an AC_SUBST_NOTMAKE
authorWerner Koch <wk@gnupg.org>
Wed, 6 Apr 2011 18:57:23 +0000 (20:57 +0200)
committerWerner Koch <wk@gnupg.org>
Wed, 6 Apr 2011 18:57:23 +0000 (20:57 +0200)
Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be
expanded in the Makefiles and mess them up.

configure.ac

index 3aed5f7cc88ea4de9debc35db67fdcd2841d8392..3ab7708279797a3abf8200685400fc98fdb10da5 100644 (file)
@@ -263,6 +263,7 @@ else
    INSERT__TYPEDEFS_FOR_GPGME_H="#include <sys/types.h>"
 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