[beast/temp-rc1] BUILD: remove obsolete --enable-toyprof



commit 76428bfc234f7e24083dccf1e848b03acbc75cbb
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 17 05:47:57 2014 +0200

    BUILD: remove obsolete --enable-toyprof

 beast-gtk/bstmain.cc |    1 -
 configure.ac         |    4 ----
 sfi/Makefile.am      |    1 -
 3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/beast-gtk/bstmain.cc b/beast-gtk/bstmain.cc
index ebc7f19..eac76ab 100644
--- a/beast-gtk/bstmain.cc
+++ b/beast-gtk/bstmain.cc
@@ -16,7 +16,6 @@
 #include <string.h>
 #include <sys/time.h>
 #include <sys/resource.h>
-// #include "sfi/toyprof-mem.h"
 
 extern "C" void bse_object_debug_leaks (void); // FIXME
 
diff --git a/configure.ac b/configure.ac
index de760e6..6e2bbff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 # declare --enable-* args and collect ac_help strings
 AC_ARG_ENABLE(debug,      [  --enable-debug=no/minimum/yes  turn on debugging],,enable_debug=$debug_default)
 AC_ARG_ENABLE(devel-mode, [  --enable-devel-mode=[no/yes]   turn on development mode, 
default=no],,enable_devel_mode=no)
-AC_ARG_ENABLE(toyprof,         [  --enable-toyprof               turn on toy profiler, see 
sfi/toyprof.README],,)
 AC_ARG_ENABLE(distcheck-tests, [  --enable-distcheck-tests       turn on resource and time consuming 
distcheck tests],,enable_distcheck_tests=no)
 AC_SUBST(DOXRULE)
 
@@ -338,9 +337,6 @@ AC_DEFUN([AC_SFI_REQUIREMENTS],
     AC_CHECK_FUNCS(getpwnam_r getpwnam)
     AC_CHECK_FUNCS(timegm)
 
-    dnl # --- toy profiler ---
-    AM_CONDITIONAL(IF_TOYPROF, test x"$enable_toyprof" = xyes)
-
     dnl # --- SFI directories ---
     sfidlstdincdir=${includedir}
     AC_SUBST(sfidlstdincdir)
diff --git a/sfi/Makefile.am b/sfi/Makefile.am
index 16ea9a8..e3b389e 100644
--- a/sfi/Makefile.am
+++ b/sfi/Makefile.am
@@ -23,7 +23,6 @@ sfi_all_sources = $(strip \
        sfinote.cc      sfiparams.cc                    sfiserial.cc    \
        sfitime.cc      sfitypes.cc     sfivalues.cc    sfiustore.cc    \
                        sfiring.cc      sfimemory.cc    sficomport.cc   \
-       $(conditional_toyprof_sources)  \
 )
 sfi_extra_sources = $(strip \
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]