summaryrefslogtreecommitdiff
path: root/ice-9/configure.in
blob: b2d4c334bf74d5b4f477275a863eb5f541f60478 (plain)
1
2
3
4
5
6
7
#
# Process this file with autoconf to produce a configure script.
#

AC_INIT(boot-9.scm)
AM_INIT_GUILE_MODULE(ice-9)
AC_OUTPUT(Makefile)