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
commit829d1e085d4e02f4352c9dbd4aa9968dc7a67af4 (patch)
treeb5f4eb4006e17e4dbf03b7e8a1a54ae38d944f53 /include
parent7e9c4266b654414d991d2c3aa50e2a6f594d23af (diff)
downloadogg-git-829d1e085d4e02f4352c9dbd4aa9968dc7a67af4.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. svn path=/trunk/ogg/; revision=5549
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