aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-04-03 00:52:59 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-04-03 01:09:27 +0900
commit30a87b89d66252058d4751e2820316d033311fbf (patch)
tree381640ff5fc393fc99dea0854ee7f6832d0f4ca8 /configure.ac
Initial 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..89883e8
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,13 @@
+AC_INIT([guile-sicp-picture-language], [0.1.0])
+AC_CONFIG_SRCDIR([<srcfile>])
+AC_CONFIG_AUX_DIR([build-aux])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_SILENT_RULES([yes])
+
+GUILE_PKG([3.0])
+GUILE_PROGS
+
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
+
+AC_OUTPUT