/[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 3577 by schoenebeck, Wed Aug 28 15:23:23 2019 UTC revision 3581 by schoenebeck, Fri Aug 30 11:40:25 2019 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, 1)  m4_define(linuxsampler_release_minor, 1)
6  m4_define(linuxsampler_release_build, 1.svn7)  m4_define(linuxsampler_release_build, 1.svn8)
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 64  PKG_PROG_PKG_CONFIG Line 64  PKG_PROG_PKG_CONFIG
64    
65  AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)  AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
66    
67  # make sure C++11 is supported by compiler  # make sure C++14 is supported by compiler
68  # (add CXXFLAGS if required [e.g. -std=c++11])  # (add CXXFLAGS if required [e.g. -std=c++14])
69  m4_ifdef([m4_include(m4/ax_cxx_compile_stdcxx.m4)],,  m4_ifdef([m4_include(m4/ax_cxx_compile_stdcxx.m4)],,
70               [sinclude([m4/ax_cxx_compile_stdcxx.m4])])               [sinclude([m4/ax_cxx_compile_stdcxx.m4])])
71  AX_CXX_COMPILE_STDCXX(11, [], mandatory)  AX_CXX_COMPILE_STDCXX(14, [], mandatory)
72    
73  AC_MSG_CHECKING([whether x86 architecture])  AC_MSG_CHECKING([whether x86 architecture])
74  def_arch_x86=0  def_arch_x86=0

Legend:
Removed from v.3577  
changed lines
  Added in v.3581

  ViewVC Help
Powered by ViewVC