prepared for 1.2rc1 release
[rrdtool.git] / configure.ac
index 370dd5c..a734bb6 100644 (file)
@@ -20,12 +20,7 @@ dnl determine the type of system we are running on
 
 AC_SUBST(VERSION)
 
-dnl where we install our stuff ...
-if [ -d /opt ]; then
-   AC_PREFIX_DEFAULT( /opt/rrdtool-$PACKAGE_VERSION )
-else
-   AC_PREFIX_DEFAULT( /usr/local/rrdtool-$PACKAGE_VERSION )
-fi
+AC_PREFIX_DEFAULT( /usr/local/rrdtool-$PACKAGE_VERSION )
 
 dnl Minimum Autoconf version required.
 AC_PREREQ(2.59)
@@ -447,7 +442,7 @@ echo "      Tcl Config: $tcl_config"
 echo "    Build rrdcgi: $enable_rrdcgi"
 echo " Build librrd MT: $enable_pthread"
 echo
-ech
+echo
 echo "Type 'make' to compile the software and use 'make install' to "
 echo "install everything to: $prefix."
 echo