prepared for 1.2rc1 release
[rrdtool.git] / configure.ac
index 48a8249..a734bb6 100644 (file)
@@ -20,14 +20,7 @@ dnl determine the type of system we are running on
 
 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)