/[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 969 by capela, Wed Dec 6 19:38:02 2006 UTC revision 987 by capela, Tue Dec 19 11:19:55 2006 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.6, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.1.3.11, 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.969  
changed lines
  Added in v.987

  ViewVC Help
Powered by ViewVC