From 39ea1f46a1274d8be09c8f9fa742838fa2758e60 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) svn path=/trunk/ogg/; revision=6990 --- doc/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 81eae4b..e5ebcf6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ ## Process this with automake to create Makefile.in -AUTOMAKE_OPTIONS = foreign - SUBDIRS = ogg docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) -- cgit v1.2.1