autotools: Simple changes for uniformity

Add build-aux and m4 directories so libtool can be vendored correctly
when doing a dist. Also reference the m4 directory from the automake
script to silence any warnings by autoreconf. Add verbose and force
flags to autoreconf to make sure it regenerates everything and gives us
useful feedback about where it is in the process.

Change-Id: I8ea5184d1ae4098c2122d3e4043128b6731f7e87
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bootstrap.sh b/bootstrap.sh
index 50b75b7..313001a 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -14,5 +14,5 @@
         ;;
 esac
 
-autoreconf -i
+autoreconf -vfi
 echo 'Run "./configure ${CONFIGURE_FLAGS} && make"'