telmich / gpm

general purpose mouse
http://www.nico.schottelius.org/software/gpm/
GNU General Public License v2.0
85 stars 28 forks source link

configure.ac: add support for static-only configuration #42

Open KAction opened 2 years ago

KAction commented 2 years ago

Adjust build system to link binaries to static library if shared is not built. Also, use @AR@ provided by autoconf instead of unprefixed "ar" to support cross-compilation.