I am noob on Linux.
I have requirement to build graphviz from source on RHEL6 64-bit system.
But facing issue, this is what I have done so far:
1. downloaded source from http://github.com/ellson/graphviz/
2. installed automake, autoconf, gcc-c++ using YUM
I navigated to dir.
/usr/graphviz/sourcecode/graphviz-master
autoconf configure.ac
-> it almost ran for a minute dumping lot of text, but ultimately seem to be have completed with success.
then I ran
./configure
-> this gives error "Cannot find install-sh, install.sh, or shtool in ac-aux"