aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_require_defined.m4
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-10 00:42:50 +0300
commit830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79 (patch)
tree410969c5c178b9b86106ed912803bfc76da30d34 /m4/ax_require_defined.m4
parented2171b2d0c9ee8e12d09d7c5a0de5f3337bfe04 (diff)
downloadlibmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.tar.gz
libmicrohttpd-830433ddd64c1811a3b7c1f1ef0b7a5e895d4b79.zip
Updated M4 autoconf-archive macros to latest versions
Diffstat (limited to 'm4/ax_require_defined.m4')
-rw-r--r--m4/ax_require_defined.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_require_defined.m4 b/m4/ax_require_defined.m4
index cae11112..17c3eab7 100644
--- a/m4/ax_require_defined.m4
+++ b/m4/ax_require_defined.m4
@@ -1,5 +1,5 @@
1# =========================================================================== 1# ===========================================================================
2# http://www.gnu.org/software/autoconf-archive/ax_require_defined.html 2# https://www.gnu.org/software/autoconf-archive/ax_require_defined.html
3# =========================================================================== 3# ===========================================================================
4# 4#
5# SYNOPSIS 5# SYNOPSIS
@@ -30,7 +30,7 @@
30# and this notice are preserved. This file is offered as-is, without any 30# and this notice are preserved. This file is offered as-is, without any
31# warranty. 31# warranty.
32 32
33#serial 1 33#serial 2
34 34
35AC_DEFUN([AX_REQUIRE_DEFINED], [dnl 35AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
36 m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])]) 36 m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])