/[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 3906 by capela, Sat May 8 09:10:57 2021 UTC revision 3907 by capela, Wed May 19 07:27:06 2021 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.9.3, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.9.4, 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 71  AC_ARG_ENABLE(debug, Line 71  AC_ARG_ENABLE(debug,
71    
72  # Enable Qt6 build preference.  # Enable Qt6 build preference.
73  AC_ARG_ENABLE(qt6,  AC_ARG_ENABLE(qt6,
74    AS_HELP_STRING([--enable-qt6], [enable Qt6 build (default=no)]),    AS_HELP_STRING([--enable-qt6], [enable Qt6 build (default=yes)]),
75    [ac_qt6="$enableval"],    [ac_qt6="$enableval"],
76    [ac_qt6="no"])    [ac_qt6="yes"])
77    
78    
79  if test "x$ac_debug" = "xyes"; then  if test "x$ac_debug" = "xyes"; then

Legend:
Removed from v.3906  
changed lines
  Added in v.3907

  ViewVC Help
Powered by ViewVC