From 829d1e085d4e02f4352c9dbd4aa9968dc7a67af4 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 10 Nov 2003 13:01:06 +0000 Subject: 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 --- include/ogg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1