mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
M4/extra_pkg.m4 : Fix macro name.
This commit is contained in:
parent
c099ef98ad
commit
c4d6c64ec6
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
* src/aiff.c
|
* src/aiff.c
|
||||||
Apply a fix from Axel Roebel where if the second loop in the instrument
|
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 <erikd AT mega-nerd DOT com>
|
2008-05-31 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||||
|
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
# the same distribution terms that you use for the rest of that program.
|
# 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])
|
# [ACTION-IF-NOT-FOUND])
|
||||||
#
|
#
|
||||||
# This is a very slight modification to the macro PKG_CHECK_MODULES that
|
# 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
|
# is in the original pkg.m4 file. It prints the versions in the checking
|
||||||
# message (erikd@mega-nerd.com).
|
# 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_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
||||||
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding 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
|
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
||||||
@ -82,4 +82,4 @@ else
|
|||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
ifelse([$3], , :, [$3])
|
ifelse([$3], , :, [$3])
|
||||||
fi[]dnl
|
fi[]dnl
|
||||||
])# PKG_CHECK_MODULE_VERSION
|
])# PKG_CHECK_MOD_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user