From 582195748532388e4f0fe7434ac101a13223a6c5 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 9 Jul 2002 12:54:42 +0000 Subject: [PATCH] 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 --- ogg.m4 | 4 ++-- 1 file 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 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