use autoconf, automake, and libtool for building
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..ea3c09c
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,9 @@
+AC_INIT([libtelnet], [0.9], [http://github.com/elanthis/libtelnet/tree/master])
+
+AM_INIT_AUTOMAKE
+
+AC_PROG_CC
+AC_PROG_LIBTOOL
+
+AC_CONFIG_FILES(Makefile)
+AC_OUTPUT