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
commita35937187f45d18586182f9458e2328ac42f6e35 (patch)
tree7a258cd25ce68d61a909702f760666f16ffbc94d /ogg.m4
parent6026eb0fcc32c742f809c929c2670636e87f9418 (diff)
downloadogg-git-a35937187f45d18586182f9458e2328ac42f6e35.tar.gz
Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander
Winston. svn path=/trunk/ogg/; revision=5784
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