[xiph-cvs] cvs commit: vorbis acinclude.m4 vorbis.m4

Ralph Giles giles at xiph.org
Sun Jan 25 23:44:45 PST 2004



giles       04/01/26 02:44:44

  Modified:    .        acinclude.m4 vorbis.m4
  Log:
  Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander
  Winston.

Revision  Changes    Path
1.9       +1 -1      vorbis/acinclude.m4

Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis/acinclude.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- acinclude.m4	9 Jul 2002 13:08:57 -0000	1.8
+++ acinclude.m4	26 Jan 2004 07:44:44 -0000	1.9
@@ -8,7 +8,7 @@
 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(XIPH_PATH_OGG,
+AC_DEFUN([XIPH_PATH_OGG],
 [dnl 
 dnl Get the cflags and libraries
 dnl

<p><p>1.10      +1 -1      vorbis/vorbis.m4

Index: vorbis.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vorbis.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vorbis.m4	29 Jul 2002 14:21:10 -0000	1.9
+++ vorbis.m4	26 Jan 2004 07:44:44 -0000	1.10
@@ -6,7 +6,7 @@
 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(XIPH_PATH_VORBIS,
+AC_DEFUN([XIPH_PATH_VORBIS],
 [dnl 
 dnl Get the cflags and libraries
 dnl

<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