fixed prefix detection code again
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 4 Apr 2005 20:56:49 +0000 (20:56 +0000)
committeroetiker <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

index 57d23e4..db85831 100644 (file)
@@ -21,10 +21,10 @@ dnl determine the type of system we are running on
 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 )