configure.ac: use non-deprecated form of AM_INIT_AUTOMAKE
commit5e504f5efb0d79403b438fa3b60a3c1caa41dc16
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Jul 2011 08:15:17 +0000 (10 10:15 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Jul 2011 08:17:14 +0000 (10 10:17 +0200)
tree1f3c784ba8c7b78708f7a860d8b28fef6882a30d
parent524099b1f35758df074b7e2be25bcc66fab01ed1
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.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac