/[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 3001 by capela, Sat Oct 8 22:08:39 2016 UTC revision 3002 by capela, Sun Oct 9 10:14:12 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.1.5, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.4.1.6, 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 451  fi Line 451  fi
451  # Check for X11 unique/single instance.  # Check for X11 unique/single instance.
452  if test "x$ac_xunique" = "xyes"; then  if test "x$ac_xunique" = "xyes"; then
453     AC_DEFINE(CONFIG_XUNIQUE, 1, [Define if X11 unique/single instance is enabled.])     AC_DEFINE(CONFIG_XUNIQUE, 1, [Define if X11 unique/single instance is enabled.])
454       if test "x$ac_qt4" = "xno"; then
455          ac_qx11extras="x11extras"
456       fi
457     # Some recent distros (eg. fedora, debian) require this.     # Some recent distros (eg. fedora, debian) require this.
458     if test "x$ac_cv_lib_X11_main" = "xyes"; then     if test "x$ac_cv_lib_X11_main" = "xyes"; then
459        ac_libs="$ac_libs -lX11"        ac_libs="$ac_libs -lX11"
460     fi     fi
461  fi  fi
462    AC_SUBST(ac_qx11extras)
463    
464  # Check for debugging stack-trace.  # Check for debugging stack-trace.
465  if test "x$ac_stacktrace" = "xyes"; then  if test "x$ac_stacktrace" = "xyes"; then

Legend:
Removed from v.3001  
changed lines
  Added in v.3002

  ViewVC Help
Powered by ViewVC