Re: [Integrit-users] Exit code bug
Brought to you by:
ecashin
From: Thorsten K. <tho...@th...> - 2007-05-22 11:25:09
|
* Yuri D'Elia (Tue, 22 May 2007 10:56:41 +0200) > In article <f2t1fu$ilv$1...@se...>, > Thorsten Kampe <tho...@th...> wrote: > > * Thorsten Kampe (Mon, 21 May 2007 01:22:50 +0100) > > > * Yuri D'Elia (Mon, 21 May 2007 00:48:39 +0200) > > > > Thorsten Kampe <tho...@th...> wrote: > > > > > ## After removing autorun.inf (which is the only file monitored) > > > > > ## intergrit exits with "0" > > > > If you can, download the update sources from CVS: > > > > > > > > http://sourceforge.net/cvs/?group_id=15369 > > > > > > > > (build with "autoconf && ./configure && make"). > > > > > > The configure script errors with: > > > config.status: error: cannot find input file: config.h.in > > > > > > ...and in fact, there is no config.h.in file. > > > > Figured it out myself finally: > > I had to run autoheader and autoconf in integrit and in > > integrit/hashtabl and to manually invoke "makeinfo doc/integrit.info > > doc/integrit.texi" before "make install" > > MMh, yes, the autotools setup in integrit is a bit messy. All these > steps can be performed automatically somehow, like "autoreconf && > ./configure && make all distready && ./configure && tar ..." (since the > official package won't require autotools to be installed). It should be > fixed, but, well, I'm not sure it's worth the effort since automake can > break other builds instead of helping... > > Anyway... did it fix the problem? Yes, runs fine now, thanks... Thorsten |