[xiph-cvs] cvs commit: m4 ogg.m4
Ralph Giles
giles at xiph.org
Sun Jan 25 23:48:39 PST 2004
giles 04/01/26 02:48:39
Modified: . ogg.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.8 +1 -1 m4/ogg.m4
Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/ogg.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ogg.m4 8 Jul 2003 14:32:03 -0000 1.7
+++ ogg.m4 26 Jan 2004 07:48:39 -0000 1.8
@@ -6,7 +6,7 @@
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for libogg, and define OGG_CFLAGS OGG_LDFLAGS and OGG_LIBS
dnl
-AC_DEFUN(XIPH_PATH_OGG,
+AC_DEFUN([XIPH_PATH_OGG],
[dnl
AC_ARG_VAR([OGG_PREFIX],[path to ogg installation])
AC_ARG_WITH(ogg,
<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