[Mono-list] Building Mono! Please HELP...

Pokey the Penguin pokey@linuxmail.org
22 Oct 2002 13:15:17 +0100


--=-NE81kgRPcv0O4tgJk1g3
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

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
    /'\_    _/`\
    \___)==(___/


--=-NE81kgRPcv0O4tgJk1g3
Content-Disposition: attachment; filename=autogen.patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=autogen.patch; charset=ISO-8859-1

--- ../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 @@
=20
 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; }
=20

--=-NE81kgRPcv0O4tgJk1g3--