summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-02-21 01:44:01 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-02-21 12:23:32 +0100
commitc9533cb89bc9d209d48314c7d608090b3d6ab7b5 (patch)
treef17cbedfc7e15373377a6771442d3503e610ba4a /configure.ac
First commit
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