From f6bdc692ec186cf9ab893a650a21b83f95b91e3d Mon Sep 17 00:00:00 2001 From: roland Date: Aug 17 2005 00:52:36 +0000 Subject: Tweak suggestions. --- diff --git a/README.elfutils b/README.elfutils index 6431357..8ce842b 100644 --- a/README.elfutils +++ b/README.elfutils @@ -55,7 +55,8 @@ available here has to be applied before you can compile on an older system: tar xzf elfutils-VERSION.tar.gz patch -p1 -d elfutils-VERSION < elfutils-portability.patch cd elfutils-VERSION - ./configure && make && make check && make install + ./configure --program-prefix=eu-devel- + make && make check && make install (That of course installs things under /usr/local, unlike the RPMs.)