Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from...
authorRalph Giles <giles@xiph.org>
Mon, 26 Jan 2004 07:48:39 +0000 (07:48 +0000)
committerRalph Giles <giles@xiph.org>
Mon, 26 Jan 2004 07:48:39 +0000 (07:48 +0000)
Winston.

svn path=/trunk/vorbis/; revision=5784

acinclude.m4
vorbis.m4

index 7330563..a0959d1 100644 (file)
@@ -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
index d311a41..300cc6c 100644 (file)
--- a/vorbis.m4
+++ b/vorbis.m4
@@ -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