From 7e9443bcef0a0c918ca70ede63bd7125bbc65f9c Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 26 Jan 2004 07:48:39 +0000 Subject: [PATCH] Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander Winston. svn path=/trunk/vorbis/; revision=5784 --- acinclude.m4 | 2 +- vorbis.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 7330563..a0959d1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 diff --git a/vorbis.m4 b/vorbis.m4 index d311a41..300cc6c 100644 --- 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 -- 2.7.4