blob: da775e61b80b4e196ad5175f715277a06e5c31e4 (
plain)
1 --- guile-snarf-docs.in.orig 2010-10-25 08:56:17.000000000 -0500
2 +++ guile-snarf-docs.in 2010-10-25 08:56:26.000000000 -0500
3 @@ -23,4 +23,4 @@
4 ## Let the user override the preprocessor autoconf found.
5 test -n "${CPP+set}" || CPP="@CPP@"
6
7 -${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
8 +${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@"
|