mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
* autogen.sh: Don't call autoreconf at all; it's not reliable.
Instead, call the various tools explicitly. Invoke guile-readline's autogen.sh script.
This commit is contained in:
parent
50a0663ce4
commit
0b49b6aea0
1 changed files with 10 additions and 1 deletions
11
autogen.sh
11
autogen.sh
|
@ -1,4 +1,13 @@
|
||||||
#!/bin/sh
|
#!/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
|
autoheader
|
||||||
autoreconf --force "$@"
|
autoconf
|
||||||
|
automake
|
||||||
|
|
||||||
|
( cd guile-readline; ./autogen.sh )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue