build: add config.sub and config.guess to tarballs target

fixes errors ./configure was complaining about

NOTE: This is a candidate for the 9.0 branch.

Reviewed-by: Matt Turner <mattst88@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 5e0071c..7f32bc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,8 @@
 EXTRA_FILES = \
 	aclocal.m4					\
 	configure					\
+	bin/config.sub					\
+	bin/config.guess				\
 	bin/install-sh					\
 	src/glsl/glsl_parser.cc				\
 	src/glsl/glsl_parser.h				\