Skip to content

Commit

Permalink
Upgrade AX_REQUIRE_DEFINED macro file
Browse files Browse the repository at this point in the history
This patch bumps current file version from the Autoconf Archive from
1 to 2:
http://git.savannah.gnu.org/cgit/autoconf-archive.git/tree/m4/ax_require_defined.m4

Changes:

https links in the file comments
  • Loading branch information
petk authored and vapier committed Sep 6, 2018
1 parent 70c972a commit 59574ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/ax_require_defined.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_require_defined.html
# https://www.gnu.org/software/autoconf-archive/ax_require_defined.html
# ===========================================================================
#
# SYNOPSIS
Expand Down Expand Up @@ -30,7 +30,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.

#serial 1
#serial 2

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

0 comments on commit 59574ea

Please sign in to comment.