Skip to content

Commit

Permalink
Use XIPH_ as our autoconf macro prefix, rather than borrowing the AM_…
Browse files Browse the repository at this point in the history
… namespace

as was common when these were first written.


git-svn-id: http://svn.xiph.org/trunk/ogg@3553 0101bb08-14d6-0310-b084-bc0e0c8e3800
  • Loading branch information
giles committed Jul 9, 2002
1 parent 6652ec0 commit 5821957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogg.m4
Expand Up @@ -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
Expand Down

0 comments on commit 5821957

Please sign in to comment.