autogen.sh: call ./guile-aclocal.sh instead of aclocal.
[bpt/guile.git] / guile-readline / autogen.sh
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
8 ../guile-aclocal.sh
9
10 libtoolize --copy --automake
11 autoconf
12 automake --add-missing