--- qsampler/trunk/configure.ac 2016/05/21 08:54:32 2923 +++ qsampler/trunk/configure.ac 2016/05/31 16:40:35 2924 @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Qsampler, 0.4.0.3, rncbc@rncbc.org, qsampler) +AC_INIT(Qsampler, 0.4.0.5, rncbc@rncbc.org, qsampler) AC_CONFIG_SRCDIR(src/qsampler.cpp) AC_CONFIG_HEADERS(src/config.h) @@ -56,11 +56,7 @@ # Standard installation base dirs. -if test "$cross_compiling" = yes; then - ac_with_paths="" -else - ac_with_paths="/usr /usr/local" -fi +ac_with_paths="" # Set for alternate Qt4/5 installation dir. AC_ARG_WITH(qt4,