/[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 971 by capela, Thu Dec 7 10:36:26 2006 UTC revision 972 by capela, Sun Dec 10 17:07:02 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.7, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.1.3.8, 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.971  
changed lines
  Added in v.972

  ViewVC Help
Powered by ViewVC