Re: [Integrit-users] Exit code bug
Brought to you by:
ecashin
From: Thorsten K. <tho...@th...> - 2007-05-21 21:04:35
|
* 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" > > > > Verified, and fixed. missing files didn't contribute to the exit code. > > Thanks. > > > 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" Thorsten |