* syncase.scm: Set expansion-eval-closure to
[bpt/guile.git] / guile-readline / autogen.sh
CommitLineData
50a0663c
JB
1#!/bin/sh
2
3[ -f readline-activator.scm ] || {
4 echo "autogen.sh: run this command only in the guile-readline directory."
5 exit 1
6}
7
87ea4cd3 8aclocal
3b603d91 9libtoolize --copy --automake
50a0663c 10autoconf
3b603d91 11automake --add-missing