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.tokkee.org/?a=commitdiff_plain;h=4c14ec1a22d2f1737be36798879986d97d5d4763;p=rrdtool-all.git 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@1945 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index 65aa310c..e9a0467f 100644 --- a/program/configure.ac +++ b/program/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