mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Call automake twice for guile-core so that two copies of mdate-sh get
a chance of being installed (one in doc/ref/ and one in doc/tutorial/).
This commit is contained in:
parent
e744af1234
commit
1901873ffb
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ rm libltdl/configure.tmp
|
||||||
|
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
|
# Automake has a bug that will let it only add one copy of a missing
|
||||||
|
# file. We need two mdate-sh, tho, one in doc/ref/ and one in
|
||||||
|
# doc/tutorial/. We run automake twice as a workaround.
|
||||||
|
|
||||||
|
automake --add-missing
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
|
|
||||||
# Make sure that libltdl uses the same autoconf version as the rest.
|
# Make sure that libltdl uses the same autoconf version as the rest.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue