[xiph-commits] r14682 - trunk/ogg-tools/oggmerge
ivo at svn.xiph.org
ivo at svn.xiph.org
Tue Apr 8 17:41:55 PDT 2008
Author: ivo
Date: 2008-04-08 17:41:53 -0700 (Tue, 08 Apr 2008)
New Revision: 14682
Modified:
trunk/ogg-tools/oggmerge/acinclude.m4
Log:
Fixing automake warning.
Modified: trunk/ogg-tools/oggmerge/acinclude.m4
===================================================================
--- trunk/ogg-tools/oggmerge/acinclude.m4 2008-04-08 22:12:57 UTC (rev 14681)
+++ trunk/ogg-tools/oggmerge/acinclude.m4 2008-04-09 00:41:53 UTC (rev 14682)
@@ -5,7 +5,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
@@ -100,7 +100,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
More information about the commits
mailing list