]> git.lyx.org Git - lyx.git/commit
Autotools: configure AR program
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 4 May 2015 14:19:44 +0000 (16:19 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 May 2015 15:08:56 +0000 (17:08 +0200)
commit4f3d9d0092cbc82dc3b1228344ef0300e88efe06
treecebe014e9c4b3866dad21e35d5b65c9a0cf5bf83
parent026b6ad29c091edd92c197b4f9f3d51d7c45991d
Autotools: configure AR program

Some distros may use target-specific prefix for ar program (like
x86_64-pc-linux-gnu-ar). Automake can handle that since version 1.12.

Since we still support automake 1.8 (not that it is really crucial,
but ubuntu 12.04 ships with automake 1.11.3), make the code
conditional.

Update a bit the gitignore files (automake creates some files in config/).

Based on a patch from Nikolay Orlyuk <virkony@gmail.com>.
.gitignore
config/.gitignore
configure.ac