From 5d46b27435464c603340179bc2dbad45358f2d14 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Fri, 14 Mar 2014 09:04:00 +0800 Subject: autotools: Don't require custom automake options We need a couple of automake options to prevent errors when regenerating Makefile.ins during source preparation. Some makefiles assume GNU make, so add 'foreign' where necessary. Also, we are building objects in subdirectories, so we need 'subdir-objects'. Modified to suit recent petitboot by Jeremy Kerr Signed-off-by: Jeff Bailey Signed-off-by: Jeremy Kerr --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cc5fdfa..42921b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +AUTOMAKE_OPTIONS = foreign + SUBDIRS = lib discover test ui utils man ACLOCAL_AMFLAGS = -I m4 -- cgit v1.1