summaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 108a519c..8670d9fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,3 +249,11 @@ if test $build_elfutils = yes; then
)
fi
+if test "${prefix}" = "/usr/local"; then
+ AC_MSG_NOTICE([])
+ AC_MSG_NOTICE([For a private or temporary build of systemtap, we recommend])
+ AC_MSG_NOTICE([configuring with a prefix. For example, try])
+ AC_MSG_NOTICE([$0 $ac_configure_args --prefix=$HOME/systemtap-${PACKAGE_VERSION}-$$])
+ AC_MSG_NOTICE([Running systemtap uninstalled, entirely out of the build tree,])
+ AC_MSG_NOTICE([is not supported.])
+fi