From: oetiker Date: Fri, 23 Oct 2009 15:58:10 +0000 (+0000) Subject: optional software is expected to live in /opt, so lets follow this custom ... /usr... X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=eb8ef47ab8f2f2932a6854a6b678f8edbca3380c;hp=7412ab0c1230f2609313913793f9e6c0a93b28b1 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 --- 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