libiberty: autogenerate aclocal.m4
authorMike Frysinger <vapier@gentoo.org>
Sun, 14 Feb 2021 02:25:28 +0000 (21:25 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 20 Feb 2021 08:33:32 +0000 (03:33 -0500)
commit470beb9219a1960e6b662d9fed96aa04ef18628a
tree2eb1a645d3b7453d7a5a6e1e4f58b5672e26fcba
parent93e8054406e803202b0e97ec3917820dcd824761
libiberty: autogenerate aclocal.m4

Move custom macros to acinclude.m4 so we can autogenerate aclocal.m4
with aclocal.  This matches every other project in the tree.

libiberty/ChangeLog:

* Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
(configure_deps): Rename to ...
(aclocal_deps): ... this.  Replace aclocal.m4 with acinclude.m4.
($(srcdir)/configure): Replace $(configure_deps) with
$(srcdir)/aclocal.m4.
* aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
* acinclude.m4: New file.
* configure: Regenerate.
libiberty/Makefile.in
libiberty/acinclude.m4 [new file with mode: 0644]
libiberty/aclocal.m4
libiberty/configure