[beast: 11/11] Merge branch 'configure-updates'
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 11/11] Merge branch 'configure-updates'
- Date: Thu, 3 Nov 2016 17:13:31 +0000 (UTC)
commit ff27624e474e9f058018f21c707765085efc19a0
Merge: 9400b99 e09acb8
Author: Tim Janik <timj gnu org>
Date: Thu Nov 3 18:12:14 2016 +0100
Merge branch 'configure-updates'
* configure-updates:
BUILD: use only config/config.h for autoconf results
BUILD: remove BST_VERSION_HINT
BUILD: configure.ac: fix a bogus clang++ warning
See https://llvm.org/bugs/show_bug.cgi?id=7798:
-pthread option not supported when linking with clang++
BUILD: configure.ac: combine dependencies into one LIBBSE pkg-config check
BUILD: support clang++ options and various sanitizers for --enable-debug
TOOLS: fix automake warning
BUILD: configure.ac: move 'subdir-objects' option, to apply to all Makefiles
BUILD: autogen.sh: avoid calling ./configure if $NOCONFIGURE is set
For a use case, see https://github.com/cgwalters/build-api
BUILD: acbeast.m4: provide MC_ASSERT_VERSION
BUILD: move autotools files to config/ and require srcdir==builddir
Signed-off-by: Tim Janik <timj gnu org>
.gitignore | 2 -
Makefile.am | 3 -
acbeast.m4 | 39 ++--
autogen.sh | 4 +-
autotools/.gitignore | 12 -
beast-gtk/bstmain.cc | 8 +-
beast-gtk/testgui.cc | 2 +-
bse/Makefile.am | 23 +-
bse/bsegconfig.cc | 1 -
bse/bseloader-mad.cc | 2 +-
bse/bseplugin.cc | 2 +-
bse/bsescripthelper.cc | 1 -
bse/bsestartup.cc | 2 +-
bse/gsldatahandle-mad.cc | 2 +-
bse/gsldatahandle-vorbis.cc | 2 +-
bse/tests/Makefile.am | 2 +-
config/.gitignore | 18 ++
{autotools => config}/glib-gettext.m4 | 0
{autotools => config}/intlfix-las.awk | 0
{autotools => config}/intlfix-scm.sed | 0
{autotools => config}/intlfix-xml.awk | 0
{autotools => config}/intltool-merge | 0
configure.ac | 381 ++++++++++++++++-----------------
drivers/Makefile.am | 2 +-
drivers/bsemididevice-alsa.cc | 1 -
drivers/bsepcmdevice-alsa.cc | 1 -
launchers/beaststart.c | 2 +-
launchers/suidmain.c | 2 +-
plugins/Makefile.am | 2 +-
plugins/freeverb/Makefile.am | 2 +-
sfi/Makefile.am | 18 +-
sfi/glib-extra.cc | 2 +-
sfi/tests/Makefile.am | 4 +-
shell/Makefile.am | 2 +-
shell/bsescm.cc | 4 +-
tests/Makefile.am | 2 +-
tests/bse/Makefile.am | 4 +-
tests/latency/Makefile.am | 2 +-
tools/Makefile.am | 6 +-
tools/bsewavetool.cc | 4 +-
40 files changed, 276 insertions(+), 290 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]