/[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 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC revision 2974 by schoenebeck, Fri Jul 22 15:51:40 2016 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)  m4_define(linuxsampler_release_build, 0.svn25)
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 181  else Line 181  else
181      echo "NPTL glibc bug check disabled"      echo "NPTL glibc bug check disabled"
182  fi  fi
183    
 # FIXME: this is actually a dependency of libgig, not of LS directly, why  
 # isn't it hidden by libgig?  
 AC_CHECK_HEADERS(uuid/uuid.h)  
 AC_SEARCH_LIBS(uuid_generate, uuid)  
184    
185  # In case Bison is available, determine the exact version, since we need to  # In case Bison is available, determine the exact version, since we need to
186  # use different custom parser code for Bison 2.x vs. Bison 3.x generated  # use different custom parser code for Bison 2.x vs. Bison 3.x generated
# Line 1363  AC_CONFIG_FILES([\ Line 1359  AC_CONFIG_FILES([\
1359      src/hostplugins/vst/Makefile \      src/hostplugins/vst/Makefile \
1360      src/hostplugins/au/Makefile \      src/hostplugins/au/Makefile \
1361      src/scriptvm/Makefile \      src/scriptvm/Makefile \
1362        src/scriptvm/editor/Makefile \
1363      src/shell/Makefile \      src/shell/Makefile \
1364      linuxsampler.spec \      linuxsampler.spec \
1365      debian/Makefile \      debian/Makefile \

Legend:
Removed from v.2787  
changed lines
  Added in v.2974

  ViewVC Help
Powered by ViewVC