summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2002-07-09 12:54:42 +0000
committerRalph Giles <giles@xiph.org>2002-07-09 12:54:42 +0000
commit60e4b931836c8bd2ab74303586806626427dfb40 (patch)
tree3214df0262ad5c1ac7aa0bc0d07d8103605fb791 /ogg.m4
parent0a26a15b5970859400d212887ec0f8d43ae4a5c0 (diff)
downloadogg-git-60e4b931836c8bd2ab74303586806626427dfb40.tar.gz
Use XIPH_ as our autoconf macro prefix, rather than borrowing the AM_ namespace
as was common when these were first written. svn path=/trunk/ogg/; revision=3553
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ogg.m4 b/ogg.m4
index 32d3884..c73bab5 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -2,10 +2,10 @@
# Jack Moffitt <jack@icecast.org> 10-21-2000
# Shamelessly stolen from Owen Taylor and Manish Singh
-dnl AM_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+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(AM_PATH_OGG,
+AC_DEFUN(XIPH_PATH_OGG,
[dnl
dnl Get the cflags and libraries
dnl