From eb8ef47ab8f2f2932a6854a6b678f8edbca3380c Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 23 Oct 2009 15:58:10 +0000 Subject: [PATCH 1/1] optional software is expected to live in /opt, so lets follow this custom ... /usr/local is really old school. git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1945 a5681a0c-68f1-0310-ab6d-d61299d08faa --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65aa310..e9a0467 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ dnl determine the type of system we are running on AC_SUBST(VERSION) -AC_PREFIX_DEFAULT( /usr/local/rrdtool-$PACKAGE_VERSION ) +AC_PREFIX_DEFAULT( /opt/rrdtool-$PACKAGE_VERSION ) dnl At the TOP of the HEADER -- 2.11.0