projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdefec0
)
Add an AC_SUBST_NOTMAKE
author
Werner Koch
<wk@gnupg.org>
Wed, 6 Apr 2011 18:57:23 +0000
(20:57 +0200)
committer
Werner 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3aed5f7cc88ea4de9debc35db67fdcd2841d8392..3ab7708279797a3abf8200685400fc98fdb10da5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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