I've been looking at a name conflict.  perl and lesstif both have a man 
file, Shell.3

Shell (3)            - run shell commands transparently within perl
Shell (3)            - Shell widget from X Toolkit

The question is how to handle this.  My best guess is to convert the 
lesstif version to a lowercase shell.3:

pushd doc/lessdox/widgets
sed -i -e 's/\tShell.3/\tshell.3/' Makefile.in
mv Shell.3 shell.3
popd

patch ...
./configure ...


Does this seem reasonable?

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to