Call automake twice for guile-core so that two copies of mdate-sh get
authorMarius Vollmer <mvo@zagadka.de>
Thu, 18 Apr 2002 07:51:36 +0000 (07:51 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 18 Apr 2002 07:51:36 +0000 (07:51 +0000)
a chance of being installed (one in doc/ref/ and one in
doc/tutorial/).

autogen.sh

index 7d03820..cd14e9f 100755 (executable)
@@ -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.