m4/ax_lib_elfutils.m4: use m4_default() for optional args.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 2 Nov 2016 05:41:13 +0000 (01:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 26 May 2017 13:28:32 +0000 (09:28 -0400)
commit65b80f2da39998e66ba3f3fb180e45fdf0b00d87
tree2d421f015f87ed922af49fdb6d0fa11b2ce0db65
parent4dc505afcf77321d62e0e6918626e4b9da982678
m4/ax_lib_elfutils.m4: use m4_default() for optional args.

The current macro code does not work because, if you provide 4
arguments to the macro, then `true_action` is not defined (but
it should be: it's the third argument).

Use m4_default() here to expand to a default value if the
argument does not exist.

Also use [:] instead of [] (good practice, safer for shells).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
m4/ax_lib_elfutils.m4
This page took 0.026252 seconds and 4 git commands to generate.