From: Ralph Giles Date: Mon, 26 Jan 2004 07:48:39 +0000 (+0000) Subject: Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from... X-Git-Tag: v1.3.3~551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e9443bcef0a0c918ca70ede63bd7125bbc65f9c;p=platform%2Fupstream%2Flibvorbis.git 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 --- 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