bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A fix for pmccabe2html


From: Reuben Thomas
Subject: A fix for pmccabe2html
Date: Sun, 19 Sep 2010 23:54:01 +0100

After investigation, I think I found the bug: cut_dir should not be
hardwired to "/../", but rather set to "${top_srcdir}/". Otherwise, it
does not work for a typical in-tree build: cut_dir is not found in the
path, index returns 0, and an arbitrary few characters are cut off the
front of each file's path. The fix is therefore to remove the
initialization of cut_dir from pmccabe2html (1 line) and add "-v
cut_dir=${top_srcdir}/" to the Makefile.am code.

-- 
http://rrt.sc3d.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]