Sha256: d870b21e817747c6a61a9dd72e06ea45f87e012c7a1a9aa5ff90cd3af89b3774

Contents?: true

Size: 1.19 KB

Versions: 5638

Compression:

Stored size: 1.19 KB

Contents

# ===========================================================================
#    https://www.gnu.org/software/autoconf-archive/ax_require_defined.html
# ===========================================================================
#
# SYNOPSIS
#
#   AX_REQUIRE_DEFINED(MACRO)
#
# DESCRIPTION
#
#   AX_REQUIRE_DEFINED is a simple helper for making sure other macros have
#   been defined and thus are available for use.  This avoids random issues
#   where a macro isn't expanded.  Instead the configure script emits a
#   non-fatal:
#
#     ./configure: line 1673: AX_CFLAGS_WARN_ALL: command not found
#
#   It's like AC_REQUIRE except it doesn't expand the required macro.
#
#   Here's an example:
#
#     AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
#
# LICENSE
#
#   Copyright (c) 2014 Mike Frysinger <vapier@gentoo.org>
#
#   Copying and distribution of this file, with or without modification, are
#   permitted in any medium without royalty provided the copyright notice
#   and this notice are preserved. This file is offered as-is, without any
#   warranty.

#serial 2

AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
  m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
])dnl AX_REQUIRE_DEFINED

Version data entries

5,638 entries across 5,621 versions & 42 rubygems

Version Path
ory-client-0.0.1.alpha36 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-kratos-client-0.8.2.alpha1 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha31 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha30 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha29 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha28 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha27 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha24 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha23 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-kratos-client-0.8.0.alpha2 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-client-0.0.1.alpha21 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-keto-client-0.7.0.alpha1 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-keto-client-0.7.0.alpha0 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-kratos-client-0.7.6.alpha7 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-kratos-client-0.7.6.alpha6 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4
ory-kratos-client-0.7.6.alpha5 vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/libffi/m4/ax_require_defined.m4