summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..3ec536c
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,13 @@
+dnl -*- Autoconf -*-
+
+AC_INIT([web-client-with-cache], [0.0.0], [vivien@planete-kraus.eu])
+AC_CONFIG_SRCDIR([web-client-with-cache.org])
+AM_INIT_AUTOMAKE([subdir-objects])
+AM_SILENT_RULES([yes])
+AM_MISSING_PROG([EMACS], [emacs])
+GUILE_PKG([3.0 2.2 2.0])
+GUILE_PROGS
+GUILE_SITE_DIR
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
+AC_OUTPUT