autotools.eclass: reorder sysroot M4 include dir option
authorDavid Michael <fedora.dm0@gmail.com>
Fri, 13 Mar 2020 18:23:48 +0000 (14:23 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 15 Mar 2020 18:46:11 +0000 (14:46 -0400)
commit53678d996f4fda6eff08e5eeed3a518004a8e1dc
tree3c0377a4a68589a9a12c5d0f80ac0ec7a082df18
parent814ab1294edf3565fc02fe63d15d6fa7ca886429
autotools.eclass: reorder sysroot M4 include dir option

The old autoconf-2.13 version requires options to be specified
before the file name argument, so packages with WANT_AUTOCONF="2.1"
would fail to build in a sysroot with the -l option at the end.

Closes: https://bugs.gentoo.org/710792
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
eclass/autotools.eclass