1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/guile-readline/autogen.sh
Rob Browning 684edc62ea * autogen.sh: add a --force when autoreconfing. We may need to
change this if it doesn't work out...
2003-03-19 23:46:24 +00:00

8 lines
156 B
Bash
Executable file

#!/bin/sh
[ -f readline-activator.scm ] || {
echo "autogen.sh: run this command only in the guile-readline directory."
exit 1
}
autoreconf -i --force