diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-04-18 07:51:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-04-18 07:51:36 +0000 |
commit | 1901873ffb81ae1ed8af0f3972adf7b718323800 (patch) | |
tree | 788c7f846160387aa458a8148d0e6694cd50da1f | |
parent | e744af123417444e498c35c6863d512d92adf522 (diff) | |
download | guile-1901873ffb81ae1ed8af0f3972adf7b718323800.tar.gz |
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/).
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 7d0382061..cd14e9fe8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -48,6 +48,12 @@ rm libltdl/configure.tmp autoheader 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 # Make sure that libltdl uses the same autoconf version as the rest. |