- added top-level configure.ac and Makefile.am to make "make dist" working


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2497 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..c893761
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,8 @@
+AC_PREREQ(2.61)
+AC_INIT([tightvnc], [1.5.0a1], [http://www.tightvnc.com/bugs.html])
+AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
+
+AC_CONFIG_SUBDIRS([common
+                   unix])
+
+AC_OUTPUT([Makefile])