bootstrap.sh: Standardize across repositories

Change-Id: Ic40d1a14d50acbfe74046e4d763d441db33a286d
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
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)