summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f95eacd)
raw | patch | inline | side by side (parent: f95eacd)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 21:21:43 +0000 (21:21 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 21:21:43 +0000 (21:21 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@350 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 48a82491d2869b010dc44088b823958441ab29fe..a734bb6ea626aeec7796e02c91c01e6c3a136155 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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)