gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/02: autotools macros: make sure that new


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: autotools macros: make sure that newer local macro will not break creating 'configure'
Date: Tue, 28 Feb 2017 13:40:10 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e462a50176474c8e0c791c77a6c4863753af1e5d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue Feb 28 14:30:40 2017 +0300

    autotools macros: make sure that newer local macro will not break creating 
'configure'
---
 configure.ac  | 2 +-
 m4/tsearch.m4 | 2 +-
 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
   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
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
 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])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]