From 41cae2b51107f06bfa50c6dd0fbc68a799a6c219 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Tue, 27 Sep 2016 11:10:45 -0500 Subject: bootstrap.sh: Standardize across repositories Change-Id: Ic40d1a14d50acbfe74046e4d763d441db33a286d Signed-off-by: Matthew Barth --- bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 2795095..50b75b7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,8 @@ #!/bin/sh -AUTOCONF_FILES="Makefile.in aclocal.m4 ar-lib autom4te.cache compile config.* \ - configure depcomp install-sh ltmain.sh missing *libtool test-driver" +AUTOCONF_FILES="Makefile.in aclocal.m4 ar-lib autom4te.cache compile \ + config.guess config.h.in config.sub configure depcomp install-sh \ + ltmain.sh missing *libtool test-driver" case $1 in clean) -- cgit v1.2.1