Am Sonntag, 10. August 2014, 00:23:06 schrieb Bertrand Garrigues:
> Hi,
> 
> I have made some progress on the Automake migration. The targets that
> were not functionnal yet (namely make install, uninstall, check, dist,
> distcheck) are now completed.
> 
> I've pushed a new branch (called 'automake') on groff's git
> repository. To test it:
> 
> git clone git://git.savannah.gnu.org/groff.git
> git checkout automake
> ./bootstrap
> mkdir build
> cd build
> ../configure
> make -j
> 
> For the moment I've tested it only on my main Linux distro (Arch Linux),
> more tests are needed.
> 
> Regards,
> 
> --
> Bertrand Garrigues
> 

On SuSE 13.1 I did

git clone git://git.savannah.gnu.org/groff.git
cd groff
git checkout automake
./bootstrap
cd build-aux/

../configure
make -j

sudo make install
installed groff at /usr/local/bin/groff


As far as I could see, no errors or warnings in the build process.

Regards
   Heinz



Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to