summaryrefslogtreecommitdiff
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
commitf921c003ecf3ba8eb9cf70f0cce62cfe7cac53b4 (patch)
tree3214df0262ad5c1ac7aa0bc0d07d8103605fb791
parenta09b1e90b7475f46ea12bb72cfffd3c6d09fcf83 (diff)
downloadogg-f921c003ecf3ba8eb9cf70f0cce62cfe7cac53b4.tar.gz
Use XIPH_ as our autoconf macro prefix, rather than borrowing the AM_ namespace
as was common when these were first written. git-svn-id: http://svn.xiph.org/trunk/ogg@3553 0101bb08-14d6-0310-b084-bc0e0c8e3800
-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