--- qsampler/trunk/configure.ac 2016/04/12 16:44:46 2873 +++ qsampler/trunk/configure.ac 2016/04/12 16:52:35 2874 @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Qsampler, 0.4.0, rncbc@rncbc.org, qsampler) +AC_INIT(Qsampler, 0.4.0.1, rncbc@rncbc.org, qsampler) AC_CONFIG_SRCDIR(src/qsampler.cpp) AC_CONFIG_HEADERS(src/config.h) @@ -34,11 +34,6 @@ AC_ARG_ENABLE(qt4, AC_HELP_STRING([--enable-qt4], [enable Qt4 build (default=no)]), [ac_qt4="$enableval"], - [ac_qt4="no"]) - -AC_ARG_ENABLE(qt5, - AC_HELP_STRING([--enable-qt5], [enable Qt5 build (default=yes)]), - [ac_qt5="$enableval"], [ac_qt5="yes"]) @@ -111,14 +106,11 @@ # Checks for programs. -AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_PROG_CXXCPP -AC_PROG_GCC_TRADITIONAL # Checks for languages. -AC_LANG_C AC_LANG_CPLUSPLUS PKG_PROG_PKG_CONFIG