Ignore and cleanup a few more files that automake creates.
diff --git a/.gitignore b/.gitignore
index 4644691..d3e748e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 /autom4te.cache
 /config.guess
 /json_config.h
+/compile
 /config.h
 /config.log
 /config.status
diff --git a/Makefile.am b/Makefile.am
index 8f76acb..d85d776 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@
 distclean-local:
 	-rm -rf $(testsubdir)
 	-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
+	-rm -f INSTALL test-driver tests/Makefile.in compile
 
 maintainer-clean-local:
 	-rm -rf configure
diff --git a/config.h.in b/config.h.in
index a912bb0..e59a5a3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define if .gnu.warning accepts long strings. */
 #undef HAS_GNU_WARNING_LONG