summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2003-11-10 13:01:06 +0000
committerRalph Giles <giles@xiph.org>2003-11-10 13:01:06 +0000
commit53b6700bfa66bc4cb34f80184a181286b13cb78d (patch)
treeb5f4eb4006e17e4dbf03b7e8a1a54ae38d944f53 /include
parentc4a7f90baa817342c0c8f2aff7a328ae5fe85b18 (diff)
downloadogg-53b6700bfa66bc4cb34f80184a181286b13cb78d.tar.gz
Ugly autotools foo. nodist_HEADERS requires automake 1.6 or later. add
this requirement to AUTOMAKE_OPTIONS and port the corresponding autogen support from libao. git-svn-id: http://svn.xiph.org/trunk/ogg@5549 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ogg/Makefile.am b/include/ogg/Makefile.am
index 77740cb..027d134 100644
--- a/include/ogg/Makefile.am
+++ b/include/ogg/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign 1.6
oggincludedir = $(includedir)/ogg