diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-09 10:45:35 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-12 19:28:20 +0100 |
commit | d2048b6c0c81b9b944354f6f66c353d65ee469a8 (patch) | |
tree | b0409e35b984493b152abf9ac796e2e0efa45d98 /configure.ac | |
download | lawrence-boilerplate-d2048b6c0c81b9b944354f6f66c353d65ee469a8.tar.gz lawrence-boilerplate-d2048b6c0c81b9b944354f6f66c353d65ee469a8.zip |
Initial commit.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..59ac3cf --- /dev/null +++ b/configure.ac @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org> + +AC_INIT([lawrence-bolierplate], [0.1], [koszko@koszko.org]) + +AC_CONFIG_SRCDIR([ax_add_guile_pre_inst_env.m4]) + +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) + +AC_CONFIG_FILES([Makefile]) + +AC_OUTPUT |