From: oetiker Date: Mon, 4 Apr 2005 20:53:23 +0000 (+0000) Subject: fixed autoprefix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b75cfab923e260a46d520429738a2e643b5a4e3f;p=rrdtool-all.git fixed autoprefix git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@344 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index 34c8cde2..57d23e4d 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -27,7 +27,7 @@ else xxpreinst = /usr/local fi -AC_PREFIX_DEFAULT( $xxpreinst/local/rrdtool-$PACKAGE_VERSION ) +AC_PREFIX_DEFAULT( $xxpreinst/rrdtool-$PACKAGE_VERSION ) dnl Minimum Autoconf version required. AC_PREREQ(2.59)