autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoreconf invode automake with --no-force (autoconf ver.2.54)


From: Nishio Futoshi
Subject: Re: autoreconf invode automake with --no-force (autoconf ver.2.54)
Date: Fri, 27 Sep 2002 18:02:01 +0900
User-agent: Wanderlust/2.5.8 (Smooth) EMY/1.13.9 (Art is long, life is short) SLIM/1.14.7 (酒井彩名) APEL/10.3 Emacs/20.7 (i586-kondara-linux-gnu) MULE/4.1 (AOI)

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 <address@hidden>
http://www.d3.dion.ne.jp/~fut_nis/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]