From c4d6c64ec6a62cf7092d489bd0f4aa8f152e6fa0 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 29 Jun 2008 18:47:31 +1000 Subject: [PATCH] M4/extra_pkg.m4 : Fix macro name. --- ChangeLog | 2 +- M4/extra_pkg.m4 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60693838..d3b5fc2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ * src/aiff.c Apply a fix from Axel Roebel where if the second loop in the instrument - chunk is none, the loop mode is written into the first loop. + chunk is none, the loop mode is written into the first loop. 2008-05-31 Erik de Castro Lopo diff --git a/M4/extra_pkg.m4 b/M4/extra_pkg.m4 index b0297dff..a92d090d 100644 --- a/M4/extra_pkg.m4 +++ b/M4/extra_pkg.m4 @@ -22,14 +22,14 @@ # the same distribution terms that you use for the rest of that program. # -------------------------------------------------------------- -# PKG_CHECK_MODULE_VERSION(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# PKG_CHECK_MOD_VERSION(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # This is a very slight modification to the macro PKG_CHECK_MODULES that # is in the original pkg.m4 file. It prints the versions in the checking # message (erikd@mega-nerd.com). -AC_DEFUN([PKG_CHECK_MODULE_VERSION], +AC_DEFUN([PKG_CHECK_MOD_VERSION], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl @@ -82,4 +82,4 @@ else AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl -])# PKG_CHECK_MODULE_VERSION +])# PKG_CHECK_MOD_VERSION