--- configure.in.orig 2008-06-02 11:46:15 +0400 +++ configure.in 2008-06-05 07:58:52 +0400 @@ -384,7 +384,7 @@ AC_OUTPUT_COMMANDS([ echo "exit" >> $outfile echo "" >> $outfile -], [ bindir=$exec_prefix$bindir sh=$SHELL ]) +], [ bindir=$bindir sh=$SHELL ]) dnl dnl create bombardment utility @@ -397,7 +397,7 @@ AC_OUTPUT_COMMANDS([ -e "s|%_SHELL%|$sh|" \ < $infile > $outfile -], [ bindir=$exec_prefix$bindir sh=$SHELL ]) +], [ bindir=$bindir sh=$SHELL ]) dnl dnl create siege2csv utility @@ -410,7 +410,7 @@ AC_OUTPUT_COMMANDS([ -e "s|%_PERL%|$LREP|" \ < $infile > $outfile -], [ bindir=$exec_prefix$bindir LREP=$PERL ]) +], [ bindir=$bindir LREP=$PERL ]) dnl dnl Write platform to file for support reporting --- configure.in.orig 2008-06-05 08:03:14 +0400 +++ configure.in 2008-06-05 08:14:29 +0400 @@ -342,8 +342,8 @@ AC_OUTPUT_COMMANDS([ #define JOEPATH_H #define SIEGE_HOME "$prefix" -#define CNF_FILE "$sysconfdir/urls.txt" -#define LOG_FILE "$localstatedir/siege.log" +#define CNF_FILE "$sysconfdir/siege/urls.txt" +#define LOG_FILE "$localstatedir/log/siege.log" #endif/*JOEPATH_H*/