summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2004-01-26 07:48:39 +0000
committerRalph Giles <giles@xiph.org>2004-01-26 07:48:39 +0000
commit745717cf83bcd4e002e3118010f3a5c7b1ed788e (patch)
tree7a258cd25ce68d61a909702f760666f16ffbc94d /ogg.m4
parent843ba69b19bd126fcc3b028ff74cc272cc5cb6c8 (diff)
downloadogg-745717cf83bcd4e002e3118010f3a5c7b1ed788e.tar.gz
Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander
Winston. git-svn-id: http://svn.xiph.org/trunk/ogg@5784 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ogg.m4 b/ogg.m4
index 0f42875..0e1f1ab 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -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