From: Tobias Oetiker Date: Mon, 4 Apr 2005 21:21:43 +0000 (+0000) Subject: prepared for 1.2rc1 release X-Git-Tag: 1.2rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3208cd6b7f0cbd30f060e22a5181dc0e2e02f08b;p=thirdparty%2Frrdtool-1.x.git prepared for 1.2rc1 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@350 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index 48a82491..a734bb6e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,14 +20,7 @@ dnl determine the type of system we are running on AC_SUBST(VERSION) -dnl where we install our stuff ... -if test -d /opt; then - xxpreinst=/opt -else - xxpreinst=/usr/local -fi - -AC_PREFIX_DEFAULT( $xxpreinst/rrdtool-$PACKAGE_VERSION ) +AC_PREFIX_DEFAULT( /usr/local/rrdtool-$PACKAGE_VERSION ) dnl Minimum Autoconf version required. AC_PREREQ(2.59)