/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2884 by schoenebeck, Wed Apr 20 15:22:58 2016 UTC revision 3260 by schoenebeck, Wed May 31 21:07:44 2017 UTC
# Line 3  Line 3 
3    
4  m4_define(linuxsampler_release_major, 2)  m4_define(linuxsampler_release_major, 2)
5  m4_define(linuxsampler_release_minor, 0)  m4_define(linuxsampler_release_minor, 0)
6  m4_define(linuxsampler_release_build, 0.svn4)  m4_define(linuxsampler_release_build, 0.svn60)
7    
8    
9  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])
# Line 152  CFLAGS="$CFLAGS $PTHREAD_CFLAGS" Line 152  CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
152  CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"  CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
153  CC="$PTHREAD_CC"  CC="$PTHREAD_CC"
154    
155    
156    # check for compiler's pragma diagnostic capabilities
157    m4_ifdef([m4_include(m4/pragma_diagnostics.m4)],,
158                 [sinclude([m4/pragma_diagnostics.m4])])
159    ACX_CXX_PRAGMA_DIAGNOSTICS
160    
161    
162  # check for a bug in NPTL-enabled glibc  # check for a bug in NPTL-enabled glibc
163  # (see Gentoo bug report #194076)  # (see Gentoo bug report #194076)
164  AC_ARG_ENABLE(nptl-bug-check,  AC_ARG_ENABLE(nptl-bug-check,
# Line 1359  AC_CONFIG_FILES([\ Line 1366  AC_CONFIG_FILES([\
1366      src/hostplugins/vst/Makefile \      src/hostplugins/vst/Makefile \
1367      src/hostplugins/au/Makefile \      src/hostplugins/au/Makefile \
1368      src/scriptvm/Makefile \      src/scriptvm/Makefile \
1369        src/scriptvm/editor/Makefile \
1370      src/shell/Makefile \      src/shell/Makefile \
1371      linuxsampler.spec \      linuxsampler.spec \
1372      debian/Makefile \      debian/Makefile \

Legend:
Removed from v.2884  
changed lines
  Added in v.3260

  ViewVC Help
Powered by ViewVC