aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/files/cpp-fix.patch
blob: 4a6bea018d485d0acddfbfac5ffa53f8e99e3f67 (plain)
1
2
3
4
5
6
7
8
9
10
--- ./libguile/guile-snarf-docs.in-orig	2013-02-20 22:31:43.000000000 +0100
+++ ./libguile/guile-snarf-docs.in	2013-02-20 22:32:08.000000000 +0100
@@ -21,6 +21,6 @@
 bindir=`dirname $0`
 
 ## Let the user override the preprocessor autoconf found.
-test -n "${CPP+set}" || CPP="@CPP@"
+test -n "${CPP+set}" || CPP="cpp -E -P"
 
 ${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"