1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/autogen.sh
Marius Vollmer 5c68589bb1 * libltdl/autogen.sh: New file.
* autogen.sh: Invoke libltdl/autogen.sh.
2000-01-11 20:33:07 +00:00

14 lines
235 B
Bash
Executable file

#!/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 )
( cd libltdl; ./autogen.sh )