]> granicus.if.org Git - shadow/commit
configure: avoid deprecated AC_INIT/AM_INIT_AUTOMAKE invocation
authorMike Frysinger <vapier@gentoo.org>
Mon, 5 Dec 2016 20:43:20 +0000 (15:43 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 5 Dec 2016 20:43:20 +0000 (15:43 -0500)
commit84f0ae00d21e7c8c58603271cd3a111226914152
tree4d4103df21fb6df927662866b7d4104675148080
parente3f213305b59c5c007afd5827c76371e506e933c
configure: avoid deprecated AC_INIT/AM_INIT_AUTOMAKE invocation

The autoconf/automake guys want AC_INIT to be passed the details of the
package directly rather than going through AM_INIT_AUTOMAKE.  Update them
both to use the newer style.

This also allows us to pass in contact details for the project.

We set the minimum autoconf version to 2.64 as that's the first one to
support passing the homepage URL in to AC_INIT.  That's a pretty old
release by now, so it shouldn't be a problem.
configure.ac