[httperf] patch-httperf-0.8-configure_fixed
Durval Menezes
httperf@napali.hpl.hp.com
Tue, 7 Nov 2000 21:47:37 -0200
--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset=us-ascii
Hello,
Here's a patch for a minor bug in configure.
Best Regards,
--
Durval Menezes (durval@tmp.com.br, http://www.amcham.com.br/~durval)
--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-httperf-0.8-configure_fixed"
# patch-httperf-0.8-configure_fixed
# 2000/11/05 Durval Menezes <durval@tmp.com.br>
#
# Fixes a problem with the "configure" setup where the "--prefix="
# option wasn't being obeyed for the binary files
#
# Apply with
# tar xzf httperf-0.8.tar.gz
# cd httperf-0.8
# patch -p1 <../patch-httperf-0.8-configure_fixed
#
diff -ru httperf-0.8/Makefile.in httperf-0.8-configure_fixed/Makefile.in
--- httperf-0.8/Makefile.in Thu Oct 19 05:38:59 2000
+++ httperf-0.8-configure_fixed/Makefile.in Sun Nov 5 01:09:18 2000
@@ -6,6 +6,7 @@
top_builddir = .
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@
#eof patch-httperf-0.8-configure_fixed
--OgqxwSJOaUobr8KG--
--
To unsubscribe: echo unsubscribe httperf | mail majordomo@linux.hpl.hp.com