1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/guile-readline/autogen.sh
Marius Vollmer e74de40434 Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
2002-04-30 07:37:09 +00:00

11 lines
203 B
Bash
Executable file

#!/bin/sh
[ -f readline-activator.scm ] || {
echo "autogen.sh: run this command only in the guile-readline directory."
exit 1
}
aclocal
libtoolize --copy --automake
autoconf
automake --add-missing