At 26 Sep 2002 15:12:10 +0200,
Akim Demaille wrote:
> This is very bizarre!  But I'm lost in your list of actions.  Could
> you send a small example of touch and cat that yields the problem?  Or
> a simple tarball in which one must run autoreconf?  Thanks!

I put tarbal http://www.d3.dion.ne.jp/~fut_nis/athello.tar.gz .

Here does not work fine:
$ tar xzvf ../athello.tar.gz 
$ cd athello/
$ ls
$ autoreconf -si
$ ./configure
$ make distcheck

Here works fine:
$ tar xzvf ../athello.tar.gz 
$ cd athello/
$ autoreconf -fsi     # Add -f option 
$ ./configure
$ make distcheck

> no --force (to autoreconf) => --no-force (to automake).

I'll use -f or --force option such situations.  Thank you for your
advise.

Thanks

-- 
Nishio Futoshi <[EMAIL PROTECTED]>
http://www.d3.dion.ne.jp/~fut_nis/


Reply via email to