1 |
# =========================================================================== |
# =========================================================================== |
2 |
# http://www.gnu.org/software/autoconf-archive/ax_require_defined.html |
# https://www.gnu.org/software/autoconf-archive/ax_require_defined.html |
3 |
# =========================================================================== |
# =========================================================================== |
4 |
# |
# |
5 |
# SYNOPSIS |
# SYNOPSIS |
30 |
# and this notice are preserved. This file is offered as-is, without any |
# and this notice are preserved. This file is offered as-is, without any |
31 |
# warranty. |
# warranty. |
32 |
|
|
33 |
#serial 1 |
#serial 2 |
34 |
|
|
35 |
AC_DEFUN([AX_REQUIRE_DEFINED], [dnl |
AC_DEFUN([AX_REQUIRE_DEFINED], [dnl |
36 |
m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])]) |
m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])]) |