firehol/m4/Makefile.am
Philip Whineray e99c62b565 Detect if ping -6 should be used
Newer versions of iputils have removed the ping6 tool but older
versions do not support the -6 flag, per #126.

The unconfigured program will always try to fall back to ping if
it can't find ping6 but this behaviour will generally only be
visible to developers.
2016-03-20 14:10:49 +00:00

17 lines
364 B
Makefile

# Process this file with automake to produce Makefile.in
EXTRA_DIST = \
ax_check_minver.m4 \
ax_check_pandoc_output.m4 \
ax_check_ping_ipv6.m4 \
ax_check_prog.m4 \
ax_compare_version.m4 \
ax_firehol_autosave6.m4 \
ax_firehol_autosave.m4 \
ax_need_egrep.m4 \
ax_need_grep.m4 \
ax_need_prog.m4 \
ax_need_sed.m4 \
ax_prog_pandoc.m4 \
ax_prog_xmllint.m4