James Courtier-Dutton wrote:
I attach the output I see on the screen when running ./cvscompile.

Cheers
James


I attach a patch to fix the problem for me.
--- cvscompile	2002-10-24 13:09:30.000000000 +0100
+++ cvscompile.new	2004-03-22 16:58:07.072241360 +0000
@@ -1,4 +1,9 @@
 #!/bin/bash
+# Minimum value required to build
+WANT_AUTOMAKE_1_6=1 export WANT_AUTOMAKE_1_6
+AUTOMAKE_MIN=1.6.0
+AUTOCONF_MIN=2.53
+LIBTOOL_MIN=1.4.0
 
 touch ltconfig
 libtoolize --force --copy --automake

Reply via email to