Displaying 2 results from an estimated 2 matches for "ltool".
Did you mean:
tool
2002 Jul 10
2
cvs: debian updates and autogen.sh trouble
...togen.sh implicitly runs
./configure, so the original source path is already configured and
the following ../configure fails with a hint, to run "make distclean"
in the source path first. Simply changing ../configure into
../autogen.sh didn't help either, because configure looks for
./ltool rather than ../ltool (or something like that).
Changing the call of "./autogen.sh" to "./autogen.sh --help" did it
for me, because then it just creates configure, prints a help message
and then exits so ../configure can be run without complaining about
an already configured sour...
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.