/[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 2677 by capela, Thu Oct 9 08:50:14 2014 UTC revision 2705 by schoenebeck, Tue Jan 13 23:31:13 2015 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.3.14, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.3.16, 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 361  if test "x$ac_libgig" = "xyes"; then Line 361  if test "x$ac_libgig" = "xyes"; then
361        AC_SUBST(LIBGIG_LIBS)        AC_SUBST(LIBGIG_LIBS)
362        ac_cflags="$ac_cflags $LIBGIG_CFLAGS"        ac_cflags="$ac_cflags $LIBGIG_CFLAGS"
363        ac_libs="$ac_libs $LIBGIG_LIBS"        ac_libs="$ac_libs $LIBGIG_LIBS"
       CFLAGS="$ac_cflags"  
       CPPFLAGS="$ac_cflags"  
364        AC_DEFINE(CONFIG_LIBGIG_SETAUTOLOAD, 1, [Define if libgig provides gig::File::SetAutoLoad() method.])        AC_DEFINE(CONFIG_LIBGIG_SETAUTOLOAD, 1, [Define if libgig provides gig::File::SetAutoLoad() method.])
365        ac_libgig_setautoload="yes"        ac_libgig_setautoload="yes"
366     fi     fi

Legend:
Removed from v.2677  
changed lines
  Added in v.2705

  ViewVC Help
Powered by ViewVC