> Von: "Bertrand Garrigues" <bertrand.garrig...@laposte.net>
> 
> With commit a88127a4fecb307f26f2e217213d4a90e300d220 the automake2
> branch is now ready for more testing from other members of the list.
> 
> git clone git://git.savannah.gnu.org/groff.git
> git checkout automake2
> ./bootstrap
> mkdir build
> cd build
> ../configure
> make -j
 
I would improve your install commands a bit into:

test -d old && rm -rf old
test -d groff && mv groff old
git clone git://git.savannah.gnu.org/groff.git
cd groff
git checkout automake2
./bootstrap
mkdir build
cd build
../configure
make -j

Bernd Warken

Reply via email to