Revert "update upstream sources"
[clinton/guile-figl.git] / configure.ac
CommitLineData
f9cd4214
AW
1dnl -*- Autoconf -*-
2
9a4a8803 3AC_INIT(guile-figl, 0.1.0)
62c85b51
DH
4AC_COPYRIGHT([
5
6figl
7Copyright (C) 2013 Andy Wingo <wingo@pobox.com>
8
9Figl is free software: you can redistribute it and/or modify it under
10the terms of the GNU Lesser General Public License as published by the
11Free Software Foundation, either version 3 of the License, or (at your
12option) any later version.
13
14Figl is distributed in the hope that it will be useful, but WITHOUT
15ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
17License for more details.
18
19You should have received a copy of the GNU Lesser General Public
20License along with this program. If not, see
21<http://www.gnu.org/licenses/>.
22
23])
24
f9cd4214
AW
25AC_CONFIG_SRCDIR(figl.scm)
26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])
28AM_SILENT_RULES([yes])
29
30GUILE_PROGS
31
32if $GUILE_TOOLS | grep -q compile; then
33 # everything cool
34 true
35else
36 AC_MSG_ERROR([Guile 2.0 required.])
37fi
38
1b86e4cc 39AC_CONFIG_FILES([Makefile figl/config.scm])
f9cd4214
AW
40AC_CONFIG_FILES([env], [chmod +x env])
41
42AC_OUTPUT