Added Automake code build system and .gitignore.
[aho.git] / configure.ac
diff --git a/configure.ac b/configure.ac
new file mode 100644 (file)
index 0000000..28fe204
--- /dev/null
@@ -0,0 +1,8 @@
+AC_INIT([Aho-Corasick library], [0.0.3], [kontakt@dlugolecki.net.pl], [aho], [http://dlugolecki.net.pl/software/aho])
+AC_PREREQ([2.59])
+AM_INIT_AUTOMAKE([1.10 -Wall no-define])
+AC_CONFIG_HEADERS([config.h])
+AC_PROG_CC
+AM_PROG_CC_C_O
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT