aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-28 14:30:40 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-28 14:32:41 +0300
commite462a50176474c8e0c791c77a6c4863753af1e5d (patch)
tree1bdebd2dafa54df947f4ec3114333a29b12c05d3
parentdde2466a4c2985c6ca556be971ef20d5b85dba28 (diff)
downloadlibmicrohttpd-e462a50176474c8e0c791c77a6c4863753af1e5d.tar.gz
libmicrohttpd-e462a50176474c8e0c791c77a6c4863753af1e5d.zip
autotools macros: make sure that newer local macro will not break creating 'configure'
-rw-r--r--configure.ac2
-rw-r--r--m4/tsearch.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e236bf04..5f26a61b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -701,7 +701,7 @@ AC_CHECK_HEADERS([sys/types.h sys/time.h sys/msg.h time.h sys/mman.h sys/ioctl.h
701 inttypes.h stddef.h unistd.h \ 701 inttypes.h stddef.h unistd.h \
702 sockLib.h inetLib.h net/if.h], [], [], [AC_INCLUDES_DEFAULT]) 702 sockLib.h inetLib.h net/if.h], [], [], [AC_INCLUDES_DEFAULT])
703 703
704FUNC_TSEARCH 704gl_FUNC_TSEARCH
705AM_CONDITIONAL([HAVE_TSEARCH], [test "x$HAVE_TSEARCH" = "x1"]) 705AM_CONDITIONAL([HAVE_TSEARCH], [test "x$HAVE_TSEARCH" = "x1"])
706 706
707# Check for generic functions 707# Check for generic functions
diff --git a/m4/tsearch.m4 b/m4/tsearch.m4
index e311a633..24b35ce2 100644
--- a/m4/tsearch.m4
+++ b/m4/tsearch.m4
@@ -4,7 +4,7 @@ dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
6 6
7AC_DEFUN([FUNC_TSEARCH], 7AC_DEFUN([gl_FUNC_TSEARCH],
8[ 8[
9 AC_REQUIRE([gl_SEARCH_H_DEFAULTS]) 9 AC_REQUIRE([gl_SEARCH_H_DEFAULTS])
10 AC_CHECK_FUNCS([tsearch]) 10 AC_CHECK_FUNCS([tsearch])