guile-doc-snarf passes guile-func-name-check to awk without absolute
path. Thus it bails out unless guile-func-name-check is in current
direcory. Fix (for guile-doc-snarf 1.16):

*** orig/guile-doc-snarf        Tue May  8 16:35:21 2001
--- guile-doc-snarf     Tue May  8 16:36:17 2001
***************
*** 33,39 ****
  test -n "${AWK+set}" || AWK="@AWK@"
  
  ## Must run guile-func-name-check on the unpreprocessed source
! ${AWK} -f guile-func-name-check "$fullfilename"
  
  ## We must use a temporary file here, instead of a pipe, because we
  ## need to know if CPP exits with a non-zero status.
--- 33,39 ----
  test -n "${AWK+set}" || AWK="@AWK@"
  
  ## Must run guile-func-name-check on the unpreprocessed source
! ${AWK} -f `dirname $0`/guile-func-name-check "$fullfilename"
  
  ## We must use a temporary file here, instead of a pipe, because we
  ## need to know if CPP exits with a non-zero status.


Regards,
Sergey Poznyakoff

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to