/[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 964 by capela, Mon Dec 4 17:06:04 2006 UTC revision 1016 by capela, Mon Jan 8 22:04:33 2007 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.1.3.4, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.1.3.18, rncbc@rncbc.org, qsampler)
3  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui.h)
4  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
5  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)  AC_CONFIG_FILES(Makefile qsampler.pro qsampler.spec)
# Line 207  if test "x$ac_libgig" = "xyes"; then Line 207  if test "x$ac_libgig" = "xyes"; then
207     fi     fi
208  fi  fi
209    
210    # Check for round math function.
211    AC_CHECK_LIB(m, lroundf, [ac_round="yes"], [ac_round="no"])
212    if test "x$ac_round" = "xyes"; then
213       AC_DEFINE(CONFIG_ROUND, 1, [Define if round is available.])
214    fi
215    
216  AC_SUBST(ac_libs)  AC_SUBST(ac_libs)
217  AC_SUBST(ac_incpath)  AC_SUBST(ac_incpath)
218    

Legend:
Removed from v.964  
changed lines
  Added in v.1016

  ViewVC Help
Powered by ViewVC