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

Pokey the Penguin pokey@linuxmail.org
22 Oct 2002 01:24:48 +0100


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


--=-Sz37eDD/gCmKT8vpu9Qz
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

--=-Sz37eDD/gCmKT8vpu9Qz--