autoconf/automake line noise for linux/osx builds


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664730 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/bootstrap.sh b/lib/cpp/bootstrap.sh
new file mode 100755
index 0000000..826bf3b
--- /dev/null
+++ b/lib/cpp/bootstrap.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+autoscan
+autoheader
+aclocal
+libtoolize --force
+touch NEWS README AUTHORS ChangeLog
+autoconf
+automake -ac