View | Details | Raw Unified | Return to bug 119804
Collapse All | Expand All

(-)aclocal~/libFLAC++.m4 (-1 / +1 lines)
Lines 5-11 Link Here
5
dnl AM_PATH_LIBFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
5
dnl AM_PATH_LIBFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
6
dnl Test for libFLAC++, and define LIBFLACPP_CFLAGS and LIBFLACPP_LIBS
6
dnl Test for libFLAC++, and define LIBFLACPP_CFLAGS and LIBFLACPP_LIBS
7
dnl
7
dnl
8
AC_DEFUN(AM_PATH_LIBFLACPP,
8
AC_DEFUN([AM_PATH_LIBFLACPP],
9
[dnl 
9
[dnl 
10
dnl Get the cflags and libraries
10
dnl Get the cflags and libraries
11
dnl
11
dnl
(-)aclocal~/libFLAC.m4 (-1 / +1 lines)
Lines 4-10 Link Here
4
dnl AM_PATH_LIBFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
4
dnl AM_PATH_LIBFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
5
dnl Test for libFLAC, and define LIBFLAC_CFLAGS and LIBFLAC_LIBS
5
dnl Test for libFLAC, and define LIBFLAC_CFLAGS and LIBFLAC_LIBS
6
dnl
6
dnl
7
AC_DEFUN(AM_PATH_LIBFLAC,
7
AC_DEFUN([AM_PATH_LIBFLAC],
8
[
8
[
9
dnl 
9
dnl 
10
dnl Get the cflags and libraries
10
dnl Get the cflags and libraries
(-)aclocal~/libOggFLAC++.m4 (-1 / +1 lines)
Lines 5-11 Link Here
5
dnl AM_PATH_LIBOGGFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
5
dnl AM_PATH_LIBOGGFLACPP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
6
dnl Test for libOggFLAC++, and define LIBOGGFLACPP_CFLAGS and LIBOGGFLACPP_LIBS
6
dnl Test for libOggFLAC++, and define LIBOGGFLACPP_CFLAGS and LIBOGGFLACPP_LIBS
7
dnl
7
dnl
8
AC_DEFUN(AM_PATH_LIBOGGFLACPP,
8
AC_DEFUN([AM_PATH_LIBOGGFLACPP],
9
[dnl 
9
[dnl 
10
dnl Get the cflags and libraries
10
dnl Get the cflags and libraries
11
dnl
11
dnl
(-)aclocal~/libOggFLAC.m4 (-1 / +1 lines)
Lines 4-10 Link Here
4
dnl AM_PATH_LIBOGGFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
4
dnl AM_PATH_LIBOGGFLAC([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
5
dnl Test for libOggFLAC, and define LIBOGGFLAC_CFLAGS and LIBOGGFLAC_LIBS
5
dnl Test for libOggFLAC, and define LIBOGGFLAC_CFLAGS and LIBOGGFLAC_LIBS
6
dnl
6
dnl
7
AC_DEFUN(AM_PATH_LIBOGGFLAC,
7
AC_DEFUN([AM_PATH_LIBOGGFLAC],
8
[dnl 
8
[dnl 
9
dnl Get the cflags and libraries
9
dnl Get the cflags and libraries
10
dnl
10
dnl

Return to bug 119804