libctf AC_CANONICAL_TARGET
authorAlan Modra <amodra@gmail.com>
Sat, 20 Feb 2021 07:35:20 +0000 (18:05 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 21 Feb 2021 03:56:38 +0000 (14:26 +1030)
commit93993f67849234cff651542c3d4d9f0f3d2fa651
tree35299c852ce96dae278bf5fdc3568f13b4e771b5
parentf9eb40677197453bc8c03889ad7e412a759563ba
libctf AC_CANONICAL_TARGET

AC_CANONICAL_TARGET is needed for @target@ substitution in the
makefile.  AC_CANONICAL_HOST and AC_CANONICAL_BUILD are alread invoked
indirectly, make them explicit.

* configure.ac: Invoke AC_CANONICAL_TARGET, AC_CANONICAL_HOST
and AC_CANONICAL_BUILD.
* configure: Regenerate.
* Makefile.in: Regenerate.
libctf/ChangeLog
libctf/Makefile.in
libctf/configure
libctf/configure.ac