configure.ac: use non-deprecated form of AM_INIT_AUTOMAKE
commite2cd3ad7876d4058b534231858ed6902b3b67923
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 May 2011 20:44:34 +0000 (20 22:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 13:00:04 +0000 (25 15:00 +0200)
treeb9e6a7c1cb93f325f70745d5c446e7aae433104b
parent21dee6403fda2a24bdda83738b2fe5b07eb5e38f
configure.ac: use non-deprecated form of AM_INIT_AUTOMAKE

The old form was deprecated back in automake 1.6, so it's probably
about time to switch.
The new form allows us to specify automake options, which in turn
allows us to use "autoreconf -i" instead of the current autogen.sh script.

This is especially useful for OS X users.  OS X comes with its own
libtool, which is different from GNU's.  GNU libtool is therefore
usually made available as glibtool and libtoolize as glibtoolize.
The current autogen.sh script therefore does not work as is for those users.
autoreconf would have the same problem, except that the macport version
of autoconf has a pathed version of autoreconf which looks for
glibtoolize instead of libtoolize.

Reported-by: Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac