/[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 2923 by capela, Sun Apr 17 14:52:33 2016 UTC revision 2924 by capela, Tue May 31 16:40:35 2016 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.4.0.3, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.4.0.5, 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 56  AC_ARG_ENABLE(stacktrace, Line 56  AC_ARG_ENABLE(stacktrace,
56    
57    
58  # Standard installation base dirs.  # Standard installation base dirs.
59  if test "$cross_compiling" = yes; then  ac_with_paths=""
   ac_with_paths=""  
 else  
   ac_with_paths="/usr /usr/local"  
 fi  
60    
61  # Set for alternate Qt4/5 installation dir.  # Set for alternate Qt4/5 installation dir.
62  AC_ARG_WITH(qt4,  AC_ARG_WITH(qt4,

Legend:
Removed from v.2923  
changed lines
  Added in v.2924

  ViewVC Help
Powered by ViewVC