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:
parent
d9c443919d
commit
65545721f3
5 changed files with 33 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
exit 1
|
||||
}
|
||||
|
||||
aclocal -I .
|
||||
./guile-aclocal.sh
|
||||
|
||||
libtoolize --copy --automake --ltdl
|
||||
autoheader
|
||||
autoconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue