Use libtool for linking but keep the libraries static.
authorPetter Urkedal <paurkedal@gmail.com>
Sun, 14 Aug 2011 10:24:30 +0000 (12:24 +0200)
committerPetter Urkedal <paurkedal@gmail.com>
Sun, 14 Aug 2011 10:42:05 +0000 (12:42 +0200)
commit77426059c293a72d8ed90c777a87bb5bf1f63f76
treedbc86a18ed5cf7d8464db206cc2f79ef5c0d6786
parent37bef8ee86c6ec8c995fa09ca1fa360b3c71c933
Use libtool for linking but keep the libraries static.

* configure.ac: Use LT_INIT([disable-shared]) instead of AC_PROG_RANLIB.
Also, re-enable the m4 macro directory.
* Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
* m4/.keep: Create the m4 directory to avoid problems due to the above
m4 flag when running autoreconf for the first time.
.gitignore
Makefile.am
configure.ac
m4/.keep [new file with mode: 0644]
src/Makefile.am
tests/Makefile.am