* ctdlsalearn: experimental program to submit contents of spam and ham rooms into...
[citadel.git] / ctdlsalearn / configure.ac
diff --git a/ctdlsalearn/configure.ac b/ctdlsalearn/configure.ac
new file mode 100644 (file)
index 0000000..89435cd
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# This configure.ac script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+
+AC_INIT([ctdlsalearn], [1.0], [bug-automake@gnu.org])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_PROG_CC
+AC_CONFIG_HEADERS([config.h])
+
+
+AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+])
+AC_OUTPUT