- Version: 2.2.9
- Summary: A source code formatting (and re-formatting) tool.
Obtaining
Pull it down from your friendly neighborhood GNU mirror.
When this topic was written, version 2.2.9 was current.
I'll be surprised if that ever changes...
cd /cis/src/misc
<... download indent-2.2.9.tar.gz ...>
gzip -dc indent-2.2.9.tar.gz |tar xf -
cd indent-2.2.9
Solaris
Similar tools called
indent exist elsewhere on most systems;
for that reason, we'll build this one into
/gnu to prevent any confusion
as to which indent this one is.
CFLAGS='-mcpu=ultrasparc -O' ./configure --prefix=/gnu
gmake
gmake check
gmake install
Documentation
cp COPY* NEWS README AUTHORS /gnu/share/doc/indent
gmake ps pdf
cp doc/*.dvi doc/*.ps doc/*.pdf /gnu/share/doc/indent