Re: [Mono-devel-list] make distcheck problems / autogen.sh?

2005-08-04 Thread Paolo Molaro
On 08/04/05 IT2003_1: Morenz, Tino wrote:
 At least I got a clue where my problems come from.
 However I do _not_ have a autogen.sh. (I use the mono-1.1.8.1 package)

autogen.sh is available in the svn module: it's not distributed in the
tarball, likely because the tarball is supposed to be built with
./configure; make; make install.

 Atm I just patched configure itself just to see what happens next. 
 I know that this is a very bad solution and I'll fix it.
 However it would be nice to know what autogen script does exactly.

If you're planning to do mono hacking, I suggest getting the mono
and mcs modules from the svn server and building them after having
installed the last released mono tarball.

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


RE: [Mono-devel-list] make distcheck problems / autogen.sh?

2005-08-03 Thread IT2003_1: Morenz, Tino
I don't remember the actual automake tests, but you may have a look at
tar.m4 that comes with it, and see what it accepts.

As a quick first step, can you edit the line in mono/configure.in that
reads

  m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])

change the 'tar-ustar' to 'tar-pax', and rerun autogen.sh.  I think
it'll pick up your 'pax' executable.

- Hari

Hey thanks,
At least I got a clue where my problems come from.
However I do _not_ have a autogen.sh. (I use the mono-1.1.8.1 package)

Atm I just patched configure itself just to see what happens next. 
I know that this is a very bad solution and I'll fix it.
However it would be nice to know what autogen script does exactly.

Once again thanks,

Tino



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list