#!/bin/sh [ -f GUILE-VERSION ] || { echo "autogen.sh: run this command only at the top of a Guile source tree." exit 1 } aclocal -I . autoheader autoconf automake ( cd guile-readline; ./autogen.sh )