Enable autotools warnings as errors
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 23 Jul 2020 20:51:59 +0000 (16:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 25 Aug 2020 17:16:12 +0000 (13:16 -0400)
commite97fe75eac59fc39a6e4f3c4f9f3301835a0315e
tree4eeea11591b4d08815d2406848aec39e3dab64e2
parent05ad2afee3c088eff430f242996b93b779e524a6
Enable autotools warnings as errors

Enable all autotools warnings and error out to help catch all the
wonderful, shall we say, pecularities of M4sh.

  * Bump the minimum autoconf version to 2.69, we already require
    automake 1.12 released in 2012, use an autoconf of the same vintage.

  * Minor syntax tweaks by running 'autoupdate'.

  * Use AS_ESCAPE to escape bt_version_description C string

  * Rename obsolete AC_HELP_STRING to AS_HELP_STRING.

  * Use pkg-config to detect elfutils instead of our custom macro using
    AC_RUN_IFELSE which won't work when cross-compiling.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Ic4de35dc6a51db3fd82b145e8a4ce4bb80e6b27b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3812
CI-Build: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bootstrap
configure.ac
m4/bt_lib_elfutils.m4 [deleted file]
This page took 0.025239 seconds and 4 git commands to generate.