--- configure.orig 2012-05-06 15:21:11.000000000 +0200
+++ configure 2012-05-06 15:25:57.000000000 +0200
if (test $found -eq 0) then
echo 'ERROR: grep utility not found';
- echo 'Enter location of executable:';
- if (test -x "$grepexe") then
- echo \$GREP_EXE = \'$grepexe\'\; >> $conf;
- echo 'grep was not found (try again):';
if (test $found -eq 0) then
echo 'ERROR: file utility not found';
- echo 'Enter location of executable:';
- if (test -x "$fileexe") then
- echo \$FILE_EXE = \'$filexe\'\; >> $conf;
- echo 'file was not found (try again):';
if (test $found -eq 0) then
echo 'ERROR: md5/md5sum utility not found';
- echo 'Enter location of executable:';
- if (test -x "$md5exe") then
- echo \$MD5_EXE = \'$md5exe\'\; >> $conf;
- echo 'md5 was not found (try again):';
if (test $found -eq 0) then
echo 'Sleuth Kit tools were not found in the standard install locations.'
echo 'If you have not installed them, do so now and configure autopsy again.'
- echo 'If you have installed them in a non-standard location, then'
- echo ' enter the "bin" directory now:'