1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Quote defs in xiph_curl and ogg2, add Id keyword substitution.

svn path=/icecast/trunk/m4/; revision=7020
This commit is contained in:
brendan 2004-07-06 19:21:46 +00:00
parent a99d5ef19b
commit f737ffe9a5
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,9 @@
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
dnl
AC_DEFUN(XIPH_PATH_OGG,
dnl $Id$
dnl
AC_DEFUN([XIPH_PATH_OGG],
[dnl
dnl Get the cflags and libraries
dnl

View File

@ -1,7 +1,9 @@
dnl XIPH_PATH_CURL([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libcurl, and define CURL_CFLAGS and CURL_LIBS
dnl
AC_DEFUN(XIPH_PATH_CURL,
dnl $Id$
dnl
AC_DEFUN([XIPH_PATH_CURL],
[dnl
dnl Get the cflags and libraries
dnl