summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2016-11-17 10:16:51 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2016-11-17 10:16:51 -0700
commite3fe0347b6d779a316fb18c49a6090918f092322 (patch)
treedbac45181fd85241f4ea490e2fef762d1e96d32e /aclocal.m4
parentdd1c7ecfcf3fd508a0745d06ade3e4e9a8aa092b (diff)
downloadsudo-e3fe0347b6d779a316fb18c49a6090918f092322.tar.gz
Use AX_APPEND_FLAG instead of SUDO_APPEND_CPPFLAGS and direct
modification of LDFLAGS.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c2591690e..2be85ab2b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -126,6 +126,7 @@ AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET],
| (ullmax / ull) | (ullmax % ull));]])
])
+m4_include([m4/ax_append_flag.m4])
m4_include([m4/ax_check_compile_flag.m4])
m4_include([m4/ax_check_link_flag.m4])
m4_include([m4/ax_func_getaddrinfo.m4])