summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJeff Bailey <jeffbailey@google.com>2014-03-14 09:04:00 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-07-16 08:43:08 +0800
commit5d46b27435464c603340179bc2dbad45358f2d14 (patch)
tree416cbfdd8d78373e67d575ff54b3d5146ce77830 /bootstrap
parentb90b84b36d01f6663a79d9467a37cd9d6f6a68e7 (diff)
downloadtalos-petitboot-5d46b27435464c603340179bc2dbad45358f2d14.tar.gz
talos-petitboot-5d46b27435464c603340179bc2dbad45358f2d14.zip
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 <jk@ozlabs.org> Signed-off-by: Jeff Bailey <jeffbailey@google.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 9f28c42..91ba8c8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -40,5 +40,5 @@ sed -e s,@version@,${version},g configure.ac.in > configure.ac
aclocal
libtoolize --force --copy
autoheader
-automake --foreign --add-missing --copy
+automake --add-missing --copy
autoconf
OpenPOWER on IntegriCloud