Skip to content

Commit

Permalink
BUILD: Give our custom or modified m4 macros a serial in the 1000s
Browse files Browse the repository at this point in the history
To prevent aclocal from overwriting them.
  • Loading branch information
DrMcCoy committed Jan 25, 2015
1 parent 1baf557 commit d1c8cc0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions m4/ax_check_al.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#serial 1000
dnl @synopsis AX_CHECK_AL(action-if, action-if-not)
dnl
dnl @summary check for OpenAL or OpenAL Soft.
dnl @summary check for OpenAL Soft.
dnl
dnl Defines AL_LIBS, AL_CFLAGS.
dnl
Expand All @@ -10,8 +11,8 @@ dnl @version 2013-12-14
dnl @license Creative Commons CC0 1.0 Universal Public Domain Dedication

AC_DEFUN([AX_CHECK_AL], [
AC_ARG_VAR(AL_CFLAGS, [C compiler flags for OpenAL or OpenAL Soft])
AC_ARG_VAR(AL_LIBS, [libraries to pass to the linker for OpenAL or OpenAL Soft])
AC_ARG_VAR(AL_CFLAGS, [C compiler flags for OpenAL Soft])
AC_ARG_VAR(AL_LIBS, [libraries to pass to the linker for OpenAL Soft])
case "$target" in
*darwin*)
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_iconv.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_ICONV(action-if, action-if-not)
dnl
dnl @summary check for a useable iconv() function
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_lzma.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_LZMA(major, minor, patch, stability, action-if, action-if-not)
dnl
dnl @summary check for LZMA of sufficient major, minor, patch and stability version
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_mad.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_MAD(major, minor, patch, action-if, action-if-not)
dnl
dnl @summary check for MAD of sufficient major, minor and patch version
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_ogg.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_OGG(action-if, action-if-not)
dnl
dnl @summary check for libOgg
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_vorbis.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_VORBIS(action-if, action-if-not)
dnl
dnl @summary check for libVorbisFile
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_wx.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_WX(major, minor, release, action-if, action-if-not)
dnl
dnl @summary check for wxWidgets of sufficient major, minor and release version
Expand Down
1 change: 1 addition & 0 deletions m4/ax_check_zlib.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#serial 1000
dnl @synopsis AX_CHECK_ZLIB(major, minor, revision, subrevision, action-if, action-if-not)
dnl
dnl @summary check for ZLIB of sufficient major, minor, revision and subrevision version
Expand Down

0 comments on commit d1c8cc0

Please sign in to comment.