From 1901873ffb81ae1ed8af0f3972adf7b718323800 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 18 Apr 2002 07:51:36 +0000 Subject: 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/). --- autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'autogen.sh') 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. -- cgit v1.2.1