# Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR(scsh.scm)
AC_CONFIG_FILES(Makefile rx/Makefile)
AM_INIT_AUTOMAKE(guile-scsh, 2.0.1, no-define)
AC_OUTPUT
