added build files
[mp3tohtml.git] / configure.ac
diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..4810020
--- /dev/null
@@ -0,0 +1,8 @@
+AC_INIT([mp3tohtml], [1.0.0])
+
+AM_INIT_AUTOMAKE
+AM_PATH_PYTHON([2.5])
+
+AC_CONFIG_FILES([Makefile])
+
+AC_OUTPUT
\ No newline at end of file