configure.ac: Move AS_LIBTOOL() and SCXI_SO_VERSION
authorIan Abbott <abbotti@mev.co.uk>
Mon, 21 Jan 2013 16:06:40 +0000 (16:06 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 21 Jan 2013 16:06:40 +0000 (16:06 +0000)
commitaf8ab01d906ba7b0579d0e0de68102bd197ae9ee
treeb188a4653e4e6188cbde3d09d10f33186823e886
parentaf00348ee77d3333f072970109a9e2323ce40086
configure.ac: Move AS_LIBTOOL() and SCXI_SO_VERSION

Move the call to AS_LIBTOOL() to avoid warnings from automake 1.12.6.
Move SCXI_SO_VERSION as it is nearby!

On Gentoo Linux:
$ WANT_AUTOMAKE=1.12 ./autogen.sh
configure.ac:101: warning: LT_INIT was called before AM_PROG_AR
/usr/share/aclocal-1.12/ar-lib.m4:13: AM_PROG_AR is expanded from...
configure.ac:101: the top level
configure.ac:101: warning: AC_PROG_LIBTOOL was called before AM_PROG_AR
/usr/share/aclocal-1.12/ar-lib.m4:13: AM_PROG_AR is expanded from...
configure.ac:101: the top level
configure.ac:101: warning: LT_INIT was called before AM_PROG_AR
aclocal.m4:8669: AM_PROG_AR is expanded from...
configure.ac:101: the top level
configure.ac:101: warning: AC_PROG_LIBTOOL was called before AM_PROG_AR
aclocal.m4:8669: AM_PROG_AR is expanded from...
configure.ac:101: the top level
configure.ac