From b6ac9bc1ebb2adecd52e4e2e4609053136304094 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Jul 2004 11:13:36 +0000 Subject: * error out on autotools failures so warnings are caught early on * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) git-svn-id: http://svn.xiph.org/trunk/ogg@6990 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- include/Makefile.am | 2 -- include/ogg/Makefile.am | 2 -- 2 files changed, 4 deletions(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 3dc04e7..0084e4d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,3 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign - SUBDIRS = ogg diff --git a/include/ogg/Makefile.am b/include/ogg/Makefile.am index 027d134..142699d 100644 --- a/include/ogg/Makefile.am +++ b/include/ogg/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign 1.6 - oggincludedir = $(includedir)/ogg ogginclude_HEADERS = ogg.h os_types.h -- cgit v1.2.1