summaryrefslogtreecommitdiff
path: root/libguile/guile-func-name-check
Commit message (Expand)AuthorAgeFilesLines
* Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."...This reverts commit 6832604efa0f175a70be700624c365547fb27878. Not only does this fail on a fresh build due to a lack of "guile", but even if it did have its Makefile fixed, it would take too long to run, because the rest of Guile isn't compiled. The right thing is to avoid invoking Guile until after at least psyntax and boot-9 have been compiled. This commit can be reinstated if we move doc snarfing to a phase that happens after module/ is compiled. Andy Wingo2010-08-271-146/+65
* [build] Rewrite guile-func-name-check in Scheme, adding features....* libguile/guile-func-name-check: Rewrite in Scheme; add inhibition directives, string-literal handling, failureful exit on error. * libguile/guile-snarf-docs.in: Use ‘@top_builddir@/meta/guile’. * libguile/pairs.c: Add guile-func-name-check inhibition directive. Thien-Thi Nguyen2010-08-261-65/+146
* [maint] Avoid no-op config-subst for libguile/guile-func-name-check....* configure.ac (libguile/guile-func-name-check): Remove ‘GUILE_CONFIG_SCRIPT’. * libguile/Makefile.am (.c.doc): Look in $(srcdir) for awk script. * libguile/guile-func-name-check: Rename from guile-func-name-check.in. Thien-Thi Nguyen2010-07-221-0/+65