summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-12-03 17:26:35 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-12-03 17:26:35 -0500
commitaf29024d73f332ce31b17bbf68f4e88bd1eac84b (patch)
tree3fdb699d7baab5044bc7319761bbac46994aeb4e /configure
parentc94a9cb3408d0fb2bec28be7cc966ece0c24e61f (diff)
downloadsystemtap-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-xconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure b/configure
index dc40c1e0..6161eae8 100755
--- a/configure
+++ b/configure
@@ -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