Update of Maintainer Email Address and Initial Makefile Installation

Updated the email address of the maintainer since he has changed institutions.
Added Makefiles in the runtime and tools subdirectories to those that the
configure script initially copies to the object tree.  This eases updates to
newer versions of LLVM as the object tree can be removed and reconfigured
easily.

llvm-svn: 247515
diff --git a/safecode/autoconf/configure.ac b/safecode/autoconf/configure.ac
index b350296..04daba8 100755
--- a/safecode/autoconf/configure.ac
+++ b/safecode/autoconf/configure.ac
@@ -1,7 +1,7 @@
 dnl **************************************************************************
 dnl * Initialize
 dnl **************************************************************************
-AC_INIT([SAFECode],[1.00],[criswell@illinois.edu])
+AC_INIT([SAFECode],[1.00],[jtcriswel@gmail.com])
 
 dnl Identify where LLVM source tree is
 LLVM_SRC_ROOT="`(cd $srcdir/../..; pwd)`"
@@ -30,6 +30,9 @@
 AC_CONFIG_MAKEFILE(lib/InsertPoolChecks/Makefile)
 AC_CONFIG_MAKEFILE(lib/PointerChecks/Makefile)
 AC_CONFIG_MAKEFILE(lib/StackSafety/Makefile)
+AC_CONFIG_MAKEFILE(runtime/Makefile)
+AC_CONFIG_MAKEFILE(tools/Makefile)
+AC_CONFIG_MAKEFILE(tools/clang/Makefile)
 AC_CONFIG_MAKEFILE(test/Makefile)
 AC_CONFIG_MAKEFILE(test/BOdiagsuite-20050808/Makefile)
 
diff --git a/safecode/configure b/safecode/configure
index d681afa..6fed891 100755
--- a/safecode/configure
+++ b/safecode/configure
Binary files differ