Re: [Libevent-users] build problem: 'make' will try to configure again

2012-04-03 Thread Dave Hart
On Tue, Apr 3, 2012 at 14:45, Nick Mathewson wrote: > On Tue, Apr 3, 2012 at 1:13 AM, CheYi Lin wrote: >> Hello, >> >> I got a autotools problem when building libevent 2.0.x. >> >> If I extract libevent tarball with 'tar xzmf' ignore the archive timestamp, >> the 'make' command will try to config

Re: [Libevent-users] build problem: 'make' will try to configure again

2012-04-03 Thread CheYi Lin
Sorry for the bad 'tar' example, my real problem is: I put libevent src into my code base like 'myproject/dep/libevent' and commit it to remote git repo. Git repo keeps file content & mode only (as far as I know), so when my coworker pull the libevent src form git repo, all file's timestamp are N

Re: [Libevent-users] build problem: 'make' will try to configure again

2012-04-03 Thread Nick Mathewson
On Tue, Apr 3, 2012 at 1:13 AM, CheYi Lin wrote: > Hello, > > I got a autotools problem when building libevent 2.0.x. > > If I extract libevent tarball with 'tar xzmf' ignore the archive timestamp, > the 'make' command will try to configure again. [...] > How to avoid this ? (modify/generate file