2009/10/21 <[email protected]>: > On Wed, 21 Oct 2009, Michael Biebl wrote: > >> Date: Wed, 21 Oct 2009 22:26:09 +0200 >> From: Michael Biebl <[email protected]> >> Reply-To: rsyslog-users <[email protected]> >> To: rsyslog-users <[email protected]> >> Subject: Re: [rsyslog] makefile tweak >> >> 2009/10/21 <[email protected]>: >>> >>> On Wed, 21 Oct 2009, Michael Biebl wrote: >>> >>>> 2009/10/21 <[email protected]>: >>>>> >>>>> when doing 'make clean' it should not need to run configure first. >>>> >>>> Ist that from a release tarball or a git snapshot? >>> >>> git snapshot, especially after doing the autoconf -fvi. the system spends >> >> That's the wrong command. >> >> You should use autoreconf -vfi in a fresh git checkout. > > sorry, I typed the wrong thing in the e-mail > >> After that ./configure && make clean works as expected for me. > > I do > autoreconf -fvi > make clean
How do you expect "make" to work without running ./configure before? If you have a Makefile's from a previous ./configure run, it's absolutely correct behaviour that after a autoreconf -vfi, a configure run is first done before you can run make. To sum up, everything works as it should. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

