forked from pool/guile1
Petr Gajdos
ee09a12a26
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile1?expand=0&rev=1
11 lines
458 B
Diff
11 lines
458 B
Diff
Index: libguile/guile-snarf-docs.in
|
|
===================================================================
|
|
--- libguile/guile-snarf-docs.in.orig 2010-12-13 19:24:40.000000000 +0200
|
|
+++ libguile/guile-snarf-docs.in 2011-09-27 19:41:26.488724499 +0200
|
|
@@ -23,4 +23,4 @@ bindir=`dirname $0`
|
|
## Let the user override the preprocessor autoconf found.
|
|
test -n "${CPP+set}" || CPP="@CPP@"
|
|
|
|
-${CPP} -DSCM_MAGIC_SNARF_DOCS "$@"
|
|
+${CPP} -P -DSCM_MAGIC_SNARF_DOCS "$@"
|