summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3aed801)
raw | patch | inline | side by side (parent: 3aed801)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 20:56:49 +0000 (20:56 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 20:56:49 +0000 (20:56 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@345 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 57d23e4d4174ded383b9a56c614b40c097b87e52..db85831350db35bfdd04539e3ad764cfd7dfdcea 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_SUBST(VERSION)
dnl where we install our stuff ...
-if [ -d /opt ]; then
- xxpreinst = /opt
+if test -d /opt; then
+ xxpreinst=/opt
else
- xxpreinst = /usr/local
+ xxpreinst=/usr/local
fi
AC_PREFIX_DEFAULT( $xxpreinst/rrdtool-$PACKAGE_VERSION )