diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 17:26:35 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 17:26:35 -0500 |
commit | af29024d73f332ce31b17bbf68f4e88bd1eac84b (patch) | |
tree | 3fdb699d7baab5044bc7319761bbac46994aeb4e /configure | |
parent | c94a9cb3408d0fb2bec28be7cc966ece0c24e61f (diff) | |
download | systemtap-steved-af29024d73f332ce31b17bbf68f4e88bd1eac84b.tar.gz systemtap-steved-af29024d73f332ce31b17bbf68f4e88bd1eac84b.tar.xz systemtap-steved-af29024d73f332ce31b17bbf68f4e88bd1eac84b.zip |
PR6925: encourage people to configure with a --prefix
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -8664,3 +8664,17 @@ echo "$as_me: running ${elfutils_srcdir}/configure" >&6;} ) fi +if test "${prefix}" = "/usr/local"; then + { echo "$as_me:$LINENO: " >&5 +echo "$as_me: " >&6;} + { echo "$as_me:$LINENO: For a private or temporary build of systemtap, we recommend" >&5 +echo "$as_me: For a private or temporary build of systemtap, we recommend" >&6;} + { echo "$as_me:$LINENO: configuring with a prefix. For example, try" >&5 +echo "$as_me: configuring with a prefix. For example, try" >&6;} + { echo "$as_me:$LINENO: $0 $ac_configure_args --prefix=$HOME/systemtap-${PACKAGE_VERSION}-$$" >&5 +echo "$as_me: $0 $ac_configure_args --prefix=$HOME/systemtap-${PACKAGE_VERSION}-$$" >&6;} + { echo "$as_me:$LINENO: Running systemtap uninstalled, entirely out of the build tree," >&5 +echo "$as_me: Running systemtap uninstalled, entirely out of the build tree," >&6;} + { echo "$as_me:$LINENO: is not supported." >&5 +echo "$as_me: is not supported." >&6;} +fi |