[xiph-cvs] cvs commit: ogg-tools/oggplay acinclude.m4 configure.in

Ralph Giles giles at xiph.org
Tue Jul 9 06:24:09 PDT 2002



giles       02/07/09 06:24:09

  Modified:    oggmerge acinclude.m4 configure.in
               oggplay  acinclude.m4 configure.in
  Log:
  Propagate new XIPH_ autoconf macro prefix.

Revision  Changes    Path
1.3       +4 -4      ogg-tools/oggmerge/acinclude.m4

Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggmerge/acinclude.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acinclude.m4	2001/09/04 02:23:33	1.2
+++ acinclude.m4	2002/07/09 13:24:08	1.3
@@ -2,10 +2,10 @@
 # Jack Moffitt <jack at 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
@@ -97,10 +97,10 @@
 # Jack Moffitt <jack at icecast.org> 10-21-2000
 # Shamelessly stolen from Owen Taylor and Manish Singh
 
-dnl AM_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS
 dnl
-AC_DEFUN(AM_PATH_VORBIS,
+AC_DEFUN(XIPH_PATH_VORBIS,
 [dnl 
 dnl Get the cflags and libraries
 dnl

<p><p>1.4       +2 -2      ogg-tools/oggmerge/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggmerge/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in	2001/09/03 23:46:29	1.3
+++ configure.in	2002/07/09 13:24:08	1.4
@@ -5,8 +5,8 @@
 
 AC_PROG_CC
 
-AM_PATH_OGG()
-AM_PATH_VORBIS()
+XIPH_PATH_OGG()
+XIPH_PATH_VORBIS()
 
 dnl Check for libraries
 #AC_CHECK_LIB(png, png_check_sig)

<p><p>1.3       +2 -2      ogg-tools/oggplay/acinclude.m4

Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggplay/acinclude.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acinclude.m4	2001/08/30 02:39:15	1.2
+++ acinclude.m4	2002/07/09 13:24:08	1.3
@@ -35,10 +35,10 @@
 # Jack Moffitt <jack at 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

<p><p>1.2       +1 -1      ogg-tools/oggplay/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggplay/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in	2001/08/25 22:22:31	1.1
+++ configure.in	2002/07/09 13:24:09	1.2
@@ -26,7 +26,7 @@
 LDFLAGS="$LDFLAGS `sdl-config --libs`"
 
 dnl check for libogg - macro in acinclude.m4
-AM_PATH_OGG([CFLAGS="$CFLAGS $OGG_CFLAGS" LIBS="$LIBS $OGG_LIBS"])
+XIPH_PATH_OGG([CFLAGS="$CFLAGS $OGG_CFLAGS" LIBS="$LIBS $OGG_LIBS"])
 
 dnl check for libmng - macro in acinclude.m4
 LIBMNG_CHECK()

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list