commit e462a50176474c8e0c791c77a6c4863753af1e5d
parent dde2466a4c2985c6ca556be971ef20d5b85dba28
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 28 Feb 2017 14:30:40 +0300
autotools macros: make sure that newer local macro will not break creating 'configure'
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
inttypes.h stddef.h unistd.h \
sockLib.h inetLib.h net/if.h], [], [], [AC_INCLUDES_DEFAULT])
-FUNC_TSEARCH
+gl_FUNC_TSEARCH
AM_CONDITIONAL([HAVE_TSEARCH], [test "x$HAVE_TSEARCH" = "x1"])
# Check for generic functions
diff --git a/m4/tsearch.m4 b/m4/tsearch.m4
@@ -4,7 +4,7 @@ dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
-AC_DEFUN([FUNC_TSEARCH],
+AC_DEFUN([gl_FUNC_TSEARCH],
[
AC_REQUIRE([gl_SEARCH_H_DEFAULTS])
AC_CHECK_FUNCS([tsearch])