Mono has not yet been updated to work with the more recent automake
provided with RedHat 8.0 and Debian unstable.

The provided patch should work around the problem for now.

-- 
        .---.
       | o_o | 
       | \_/ |
      //    \ \                                          penguins
     (| mono | )                                       do it best
    /'\_    _/`\
    \___)==(___/

--- ../mono.orig/autogen.sh     2001-11-09 16:39:49.000000000 +0000
+++ autogen.sh  2002-10-22 01:22:46.000000000 +0100
@@ -104,7 +104,7 @@
 
 echo "Running automake --gnu $am_opt ..."
 automake --add-missing --gnu $am_opt ||
-  { echo "**Error**: automake failed."; exit 1; }
+  { echo "**Error**: automake failed."; }
 echo "Running autoconf ..."
 autoconf || { echo "**Error**: autoconf failed."; exit 1; }
 

Reply via email to