1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

fix build errors on fresh checkout

* meta/guile-tools: We can't use srfi-1, because on a fresh checkout
  the srfi-1 shlib isn't built yet. Bummer.

* meta/uninstalled-env.in: Fix up the DYLD lines for BSDen.

* module/scripts/snart-guile-m4-docs.scm: Fix expected arguments.
This commit is contained in:
Andy Wingo 2009-04-20 17:23:40 +02:00
parent d1529ddfcb
commit 2b4b555b8f
3 changed files with 11 additions and 4 deletions

View file

@ -63,7 +63,7 @@
(else (car line)))
acc)))))
(define (snarf-guile-m4-docs . args)
(define (snarf-guile-m4-docs args)
(let* ((p (open-file (car args) "r"))
(next (lambda () (read-line p))))
(let loop ((line (next)) (acc #f))