/[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 2112 by capela, Wed Jul 21 18:33:25 2010 UTC revision 2116 by capela, Mon Aug 23 13:08:28 2010 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.26, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.2.27, 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 334  if test "x$ac_stacktrace" = "xyes"; then Line 334  if test "x$ac_stacktrace" = "xyes"; then
334     AC_DEFINE(CONFIG_STACKTRACE, 1, [Define if debugger stack-trace is enabled.])     AC_DEFINE(CONFIG_STACKTRACE, 1, [Define if debugger stack-trace is enabled.])
335  fi  fi
336    
337    # Some recent distros (eg. fedora, debian) require this.
338    ac_libs="$ac_libs -lX11"
339    
340  AC_SUBST(ac_libs)  AC_SUBST(ac_libs)
341  AC_SUBST(ac_incpath)  AC_SUBST(ac_incpath)
342    

Legend:
Removed from v.2112  
changed lines
  Added in v.2116

  ViewVC Help
Powered by ViewVC