]> git.ipfire.org Git - thirdparty/lldpd.git/commit
autoconf: Use m4sh syntax where appropriate
authorLars Wendler <polynomial-c@gmx.de>
Sun, 12 Jan 2025 16:17:25 +0000 (17:17 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 9 Aug 2025 16:56:48 +0000 (18:56 +0200)
commit995a81103a8add861a051a080d58d946410cad1b
tree0a59835af558a004b1e3d3f87679b0af8bd8977d
parentac37c90f6bbcf3f1480b3536339040f13691fd4e
autoconf: Use m4sh syntax where appropriate

This fixes an issue where when using the options

  --without-embedded-libevent --without-libbsd

configure errors out with missing libevent:

  checking for libevent >= 2.0.5... no
  configure: error: *** libevent not found

but succeeds to find libevent when using

  --without-embedded-libevent --with-libbsd

configure options instead.
See also: https://autotools.info/autoconf/m4sh.html
16 files changed:
configure.ac
m4/alignof.m4
m4/args.m4
m4/ax_cflags_gcc_option.m4
m4/ax_lib_readline.m4
m4/ax_prog_doxygen.m4
m4/config_subdirs.m4
m4/ld-version-script.m4
m4/libevent.m4
m4/os.m4
m4/progname.m4
m4/seccomp.m4
m4/snmp.m4
m4/stdint.m4
m4/systemtap.m4
m4/xml2.m4