summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-03-17 10:28:55 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-03-17 10:28:55 +0000
commit3a9e93764f14189316e0de53bab980cf43c4b614 (patch)
tree86dc2e8b46e64948138ffc81adc4735621f1b396
parentb4fe0856824b533553d2397fcc7f883065222888 (diff)
downloadm4-common-3a9e93764f14189316e0de53bab980cf43c4b614.tar.gz
Add AX_CHECK_LINK_FLAG macro
It’s needed for AX_APPEND_LINK_FLAGS.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 635824d..38daeef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ dist_aclocal_DATA = \
autoconf-archive/m4/ax_append_link_flags.m4 \
autoconf-archive/m4/ax_append_flag.m4 \
autoconf-archive/m4/ax_check_compile_flag.m4 \
+ autoconf-archive/m4/ax_check_link_flag.m4 \
autoconf-archive/m4/ax_is_release.m4 \
autoconf-archive/m4/ax_code_coverage.m4 \
autoconf-archive/m4/ax_compiler_flags.m4 \