1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

autogen.sh: call ./guile-aclocal.sh instead of aclocal.

guile-readline/autogen.sh: call ../guile-aclocal.sh instead of aclocal.

guile-aclocal.sh: new file, works around aclocal problems.
This commit is contained in:
Michael Livshin 2000-06-01 15:11:14 +00:00
parent d9c443919d
commit 65545721f3
5 changed files with 33 additions and 2 deletions

View file

@ -5,7 +5,8 @@
exit 1
}
aclocal -I .
./guile-aclocal.sh
libtoolize --copy --automake --ltdl
autoheader
autoconf