jazzyb / libforchess

A chess engine for the "ultimate social game".
GNU General Public License v3.0
0 stars 0 forks source link

Autoconf, Automake, Libtools #17

Open jazzyb opened 12 years ago

jazzyb commented 12 years ago

Convert our home-grown makefile to autoconf, etc. to make it easier to build.

jazzyb commented 12 years ago

The last commit (b548449) left off here: http://markuskimius.wikidot.com/programming:tut:autotools:4

We'll next need to write a Makefile.am and generate Makefile.in with automake. After that we should add libtools support.