Have autoreconf fail if LT_INIT is not defined
commit14a435371d9218f4c05028e85870a2ec7750695c
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Wed, 7 Sep 2022 19:15:25 +0000 (7 21:15 +0200)
committerStéphane Raimbault <stephane.raimbault@gmail.com>
Mon, 3 Oct 2022 20:15:43 +0000 (3 22:15 +0200)
tree32a04f8a1880bed31ee2c7fc9c779fecdda06e66
parent6ab18dddb3b8e6c510f41637a32c8b384db923d0
Have autoreconf fail if LT_INIT is not defined

If the LT_INIT macro is not available in a *.m4 file to be
found during the autoreconf run, it is impossible to build
a useful configure script.

Therefore, we blacklist the LT_INIT macro so when it appears
unexpanded in the configure script, autoreconf will report
the failure instead of silently creating a broken configure.

This is generally a good idea for any macro not shipped with
Automake or Autoconf.
configure.ac