/[svn]/qsampler/trunk/configure.ac
ViewVC logotype

Diff of /qsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2341 by capela, Sun Apr 8 19:40:42 2012 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(Qsampler, 0.2.2.33, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.2.34, rncbc@rncbc.org, qsampler)
3    
4  AC_CONFIG_SRCDIR(src/qsampler.cpp)  AC_CONFIG_SRCDIR(src/qsampler.cpp)
5  AC_CONFIG_HEADERS(src/config.h)  AC_CONFIG_HEADERS(src/config.h)
# Line 115  done Line 115  done
115  # Check for proper Qt version.  # Check for proper Qt version.
116  AC_CACHE_CHECK([for Qt library version >= 4.2],  AC_CACHE_CHECK([for Qt library version >= 4.2],
117    ac_cv_qtversion, [    ac_cv_qtversion, [
118    AC_TRY_LINK([#include "Qt/qglobal.h"], [    AC_TRY_LINK([#include "QtCore/qglobal.h"], [
119  #if QT_VERSION < 0x040200  #if QT_VERSION < 0x040200
120  #error Qt library 4.2 or greater required.  #error Qt library 4.2 or greater required.
121  #endif  #endif

Legend:
Removed from v.2341  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC