diff --git a/ChangeLog b/ChangeLog index 4f0f4389..d3f98d33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,152 @@ +2024-08-05 Chris Ahlstrom + + * NEWS, README.md, RELNOTES: News updates. + +2024-06-06 Chris Ahlstrom + + * LICENSE.LGPL: Dang forgot the LGPL license. + * GPL.txt, LGPL.txt, LICENSE, FDL.txt => LICENSE.FDL, NEWS, + README.md, RELNOTES: More upgrading of the licensing files. + * LICENSE.GPL, doc/latex/tex/alsa.tex, + libseq66/include/midi/midibase.hpp, libseq66/src/cfg/rcfile.cpp, + seq_rtmidi/src/mastermidibus.cpp, seq_rtmidi/src/midi_alsa.cpp: + Fixed build issue, added LICENSE.GPL. + * TODO, doc/latex/tex/configuration.tex, + libseq66/src/play/performer.cpp, seq_rtmidi/src/mastermidibus.cpp, + seq_rtmidi/src/midi_alsa.cpp: Documenting virtual ports and + port-mapping better. + * TODO, doc/latex/tex/configuration.tex, + libseq66/src/cfg/rcfile.cpp, libseq66/src/cfg/usrfile.cpp, + seq_qt5/forms/qseditoptions.ui, seq_qt5/src/qclocklayout.cpp: Tweaks + to make it obvious about port-mapping/naming. + +2024-06-04 Chris Ahlstrom + + * TODO, libseq66/include/midi/midibase.hpp, + libseq66/src/midi/midibase.cpp, seq_rtmidi/src/mastermidibus.cpp: + Beefed up verbose port display, should remove client_id() as + bus_id() is right. + +2024-05-25 ahlstrom + + * : Updated the simpleblast MIDI files. + +2024-05-22 Chris Ahlstrom + + * NEWS, TODO, libseq66/src/play/sequence.cpp: Fixed some data/midi + files, added check to output sysex, in progress. + * NEWS, doc/latex/tex/midi_formats.tex, + libseq66/src/cfg/rcfile.cpp, libseq66/src/midi/midifile.cpp: Added + handling of Seq66 SeqSpec track when another app saved it as a + counted track. + +2024-05-21 Chris Ahlstrom + + * : Added special test file 1Bar_2_tracks.midi. + +2024-05-20 Chris Ahlstrom + + * NEWS, README.md, RELNOTES, + libseq66/include/midi/midi_vector_base.hpp, + libseq66/include/midi/midifile.hpp: Fixed track-length calculation, + updated Kraftwerk tune. + * libseq66/include/midi/midifile.hpp, + libseq66/src/midi/midifile.cpp, seq_qt5/forms/qseditoptions.ui, + seq_qt5/src/qseditoptions.cpp: Fixed tempo-track change + notification, fixed 1Bar tune. + * libseq66/src/midi/midifile.cpp, seq_qt5/forms/qseditoptions.ui: + Tentative fix of error writing SeqSpec end-of-track. + +2024-05-16 ahlstrom + + * : Updated 1Bar.midi file. + +2024-05-03 Chris Ahlstrom + + * libseq66/include/play/performer.hpp: Interim. + +2024-04-29 ahlstrom + + * Seq66cli/Seq66cli.pro, Seq66qt5/Seq66qt5.pro, TODO: Adding qmake + install support in progress. + +2024-04-26 Chris Ahlstrom + + * contrib/notes/freebsd.text, doc/latex/tex/references.tex: + Documentation updates. + +2024-03-24 ahlstrom + + * contrib/DIR_COLORS, contrib/vim-syntax/cpp.vim: More etc and vim + coloring updates. + +2024-03-23 ahlstrom + + * contrib/vim-syntax/c.vim: Added word and byte to c.vim. + +2024-03-18 Chris Ahlstrom + + * configure, contrib/DIR_COLORS, include/config.h.in: Minor + configure and DIR_COLORS update. + +2024-03-12 ahlstrom + + * configure.ac, libseq66/src/util/filefunctions.cpp, + libsessions/include/nsm/nsmbase.hpp, + libsessions/src/nsm/nsmbase.cpp: Fixed liblo warnings, clang 17 + errors/warnings. + +2024-03-11 ahlstrom + + * libsessions/src/nsm/nsmbase.cpp: Fixed OSC liblo call error in + Arch Linux, needs testing. + * libseq66/include/seq66_platform_macros.h: Fixed + SEQ66_PLATFORM_DEBUG definition. + +2024-03-05 Chris Ahlstrom + + * contrib/vim-syntax/c.vim, contrib/vim-syntax/cpp.vim, + contrib/vim-syntax/syncolor.vim: Updated cpp.vim and added + syncolor.vim. + +2024-03-03 Chris Ahlstrom + + * contrib/vim-syntax/cpp.vim: cpp.vim and git.odt changes. + +2024-02-23 ahlstrom + + * NEWS, README.md, RELNOTES, VERSION, + doc/latex/tex/configuration.tex, libseq66/src/cfg/usrfile.cpp, + seq_qt5/src/palettefile.cpp, seq_qt5/src/qloopbutton.cpp: Refined + and documented elliptical progress box. + +2024-02-22 ahlstrom + + * libseq66/include/cfg/usrsettings.hpp, + libseq66/src/cfg/usrfile.cpp, libseq66/src/cfg/usrsettings.cpp, + seq_qt5/src/qloopbutton.cpp: Added progress-box-elliptical option. + * TODO, contrib/vim-syntax/c.vim, contrib/vim-syntax/cpp.vim: Added + keywords to C/C++ Vim syntax. + +2024-01-17 ahlstrom + + * LICENSE, TODO, data/license.text, distros/debian/copyright, + libseq66/include/os/daemonize.hpp, libseq66/include/os/timing.hpp, + libseq66/include/seq66_platform_macros.h, + libseq66/include/util/condition.hpp, + libseq66/include/util/recmutex.hpp, libseq66/src/midi/event.cpp, + libseq66/src/os/daemonize.cpp, libseq66/src/util/condition.cpp, + libseq66/src/util/recmutex.cpp: Backporting some clang-related + fixes. + +2024-01-14 ahlstrom + + * README.md, RELNOTES, VERSION, configure.ac, + contrib/notes/freebsd.text, include/qt/portmidi/seq66-config.h, + include/qt/rtmidi/seq66-config.h, + seq_rtmidi/include/rtmidi_types.hpp, seq_rtmidi/src/midi_jack.cpp: + Version bump and additional freebsd notes. + 2024-01-13 Chris Ahlstrom * configure, configure.ac, include/config.h.in, diff --git a/Makefile.in b/Makefile.in index 2ab9369e..d74ddbcf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff --git a/RELNOTES b/RELNOTES index e21dc106..142dfd15 100644 --- a/RELNOTES +++ b/RELNOTES @@ -3,6 +3,7 @@ Release Notes for Seq66 v. 0.99.13 2024-08-05 - Added a 'usr' option for elliptical progress boxes. - Fixed the writing and byte-counting of the end-of track event. - Updated the licensing files for GitHub detectability. -- See NEWS for more details, and ChangeLog. +- See NEWS and ChangeLog for more details. This is an + quick-release since other projects have taken our time. # vim: sw=4 ts=4 wm=15 et ft=sh diff --git a/Seq66cli/Makefile.in b/Seq66cli/Makefile.in index 4ad8926a..dfc4363e 100644 --- a/Seq66cli/Makefile.in +++ b/Seq66cli/Makefile.in @@ -115,11 +115,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/Seq66qt5/Makefile.in b/Seq66qt5/Makefile.in index d726f8d5..c4c219f2 100644 --- a/Seq66qt5/Makefile.in +++ b/Seq66qt5/Makefile.in @@ -117,11 +117,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/configure b/configure index 925065fb..f1b11e8d 100755 --- a/configure +++ b/configure @@ -8944,10 +8944,6 @@ _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* -## CAVEAT EMPTOR: -## There is no encapsulation within the following macros, do not change -## the running order or otherwise move them around unless you know exactly -## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= diff --git a/configure.ac b/configure.ac index 1ffbdf53..35706b25 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl \file configure.ac dnl \library Seq66 dnl \author Chris Ahlstrom dnl \date 2018-11-09 -dnl \update 2024-03-12 +dnl \update 2024-08-05 dnl \version $Revision$ dnl \license $XPC_SUITE_GPL_LICENSE$ dnl @@ -548,7 +548,7 @@ dnl automatically for us. AH_TOP( -#define VERSION_DATE_SHORT "2024-03-12" +#define VERSION_DATE_SHORT "2024-08-05" #define API_VERSION "0.99" #define VERSION "0.99.13" diff --git a/contrib/scripts/qbuild b/contrib/scripts/qbuild-bash similarity index 100% rename from contrib/scripts/qbuild rename to contrib/scripts/qbuild-bash diff --git a/contrib/scripts/qbuild.sh b/contrib/scripts/qbuild.sh index 502b6ae8..d419399d 100755 --- a/contrib/scripts/qbuild.sh +++ b/contrib/scripts/qbuild.sh @@ -4,7 +4,7 @@ # \file qbuild.sh # \library bin # \author Chris Ahlstrom -# \date 2023-12-23 to 2023-12-24 +# \date 2023-12-23 to 2023-08-05 # \version $Revision$ # \license GNU GPLv2 or above # @@ -42,7 +42,7 @@ flags 'debug' or 'portmidi' (which generates 'qpseq66'). mkdir shadow-rtmidi (if not already made) cd shadow-rtmidi rm -rf * (removed old junk; CAREFUL!) - qbuild-dash (could add 'debug rtmidi', etc.) + qbuild.sh (could add 'debug rtmidi', etc.) vi make.log This script must be run from a shadow directory. The build output is written @@ -123,7 +123,7 @@ else fi #****************************************************************************** -# qbuild (Seq66) +# qbuild.sh (Seq66) #------------------------------------------------------------------------------ # vim: ts=3 sw=3 wm=4 et ft=sh #------------------------------------------------------------------------------ diff --git a/data/Makefile.in b/data/Makefile.in index 35f3eadc..1ecd2292 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -115,11 +115,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/data/share/doc/seq66-user-manual.pdf b/data/share/doc/seq66-user-manual.pdf index 6ad20488..a3124ecf 100644 Binary files a/data/share/doc/seq66-user-manual.pdf and b/data/share/doc/seq66-user-manual.pdf differ diff --git a/doc/Makefile.in b/doc/Makefile.in index a476ad76..07ed8dbe 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -115,11 +115,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/doc/latex/Makefile.in b/doc/latex/Makefile.in index cd02dbf2..828a0efb 100644 --- a/doc/latex/Makefile.in +++ b/doc/latex/Makefile.in @@ -112,11 +112,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/doc/latex/tex/Makefile.in b/doc/latex/tex/Makefile.in index 311959e2..aa37a817 100644 --- a/doc/latex/tex/Makefile.in +++ b/doc/latex/tex/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/doc/latex/tex/seq66-user-manual.tex b/doc/latex/tex/seq66-user-manual.tex index def640bc..8ed28da9 100644 --- a/doc/latex/tex/seq66-user-manual.tex +++ b/doc/latex/tex/seq66-user-manual.tex @@ -6,7 +6,7 @@ % \library Documents % \author Chris Ahlstrom % \date 2015-11-01 -% \update 2023-12-12 +% \update 2024-08-05 % \version $Revision$ % \license $XPC_GPL_LICENSE$ % @@ -52,7 +52,7 @@ \begin{document} -\title{Seq66 User Manual v. 0.99.12} +\title{Seq66 User Manual v. 0.99.13} \author{Chris Ahlstrom \\ (\texttt{ahlstromcj@gmail.com})} \date{\today} diff --git a/include/qt/portmidi/seq66-config.h b/include/qt/portmidi/seq66-config.h index 694d8ae5..5b86a901 100644 --- a/include/qt/portmidi/seq66-config.h +++ b/include/qt/portmidi/seq66-config.h @@ -33,7 +33,7 @@ * \library seq66 application * \author Chris Ahlstrom * \date 2018-11-10 - * \updates 2024-01-14 + * \updates 2024-08-05 * \license GNU GPLv2 or above * * Qt Portmidi Linux and Windows versions, hardwired for use with @@ -62,7 +62,7 @@ #endif #if ! defined SEQ66_VERSION_DATE_SHORT -#define SEQ66_VERSION_DATE_SHORT "2024-01-14" +#define SEQ66_VERSION_DATE_SHORT "2024-08-05" #endif #if ! defined SEQ66_API_VERSION diff --git a/include/qt/rtmidi/seq66-config.h b/include/qt/rtmidi/seq66-config.h index 261a7413..4e8ec961 100644 --- a/include/qt/rtmidi/seq66-config.h +++ b/include/qt/rtmidi/seq66-config.h @@ -33,7 +33,7 @@ * \library seq66 application * \author Chris Ahlstrom * \date 2020-05-31 - * \updates 2024-01-14 + * \updates 2024-08-05 * \license GNU GPLv2 or above * * Qt Rtmidi Linux and Windows versions, hardwired for use with @@ -70,7 +70,7 @@ #endif #if ! defined SEQ66_VERSION_DATE_SHORT -#define SEQ66_VERSION_DATE_SHORT "2024-01-14" +#define SEQ66_VERSION_DATE_SHORT "2024-08-05" #endif #if ! defined SEQ66_API_VERSION diff --git a/libseq66/Makefile.in b/libseq66/Makefile.in index 8fd08871..b7c37d9a 100644 --- a/libseq66/Makefile.in +++ b/libseq66/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/libseq66/include/Makefile.in b/libseq66/include/Makefile.in index cd42ed3a..88ecc003 100644 --- a/libseq66/include/Makefile.in +++ b/libseq66/include/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \ diff --git a/libseq66/src/Makefile.in b/libseq66/src/Makefile.in index 3567b594..ac31a353 100644 --- a/libseq66/src/Makefile.in +++ b/libseq66/src/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/libsessions/Makefile.in b/libsessions/Makefile.in index 6b70d096..d7179eef 100644 --- a/libsessions/Makefile.in +++ b/libsessions/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/libsessions/include/Makefile.in b/libsessions/include/Makefile.in index b1eda9e4..fbe2367a 100644 --- a/libsessions/include/Makefile.in +++ b/libsessions/include/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \ diff --git a/libsessions/src/Makefile.in b/libsessions/src/Makefile.in index 1f80da1e..b1692602 100644 --- a/libsessions/src/Makefile.in +++ b/libsessions/src/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/m4/Makefile.in b/m4/Makefile.in index 4bd83c79..a513a868 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -110,11 +110,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/man/Makefile.in b/man/Makefile.in index 94cd3706..03f05fd2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -109,11 +109,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/resources/pixmaps/Makefile.in b/resources/pixmaps/Makefile.in index 8abf62e4..d9e99fac 100644 --- a/resources/pixmaps/Makefile.in +++ b/resources/pixmaps/Makefile.in @@ -110,11 +110,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_portmidi/Makefile.in b/seq_portmidi/Makefile.in index 5712e521..afc1e5b5 100644 --- a/seq_portmidi/Makefile.in +++ b/seq_portmidi/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_portmidi/include/Makefile.in b/seq_portmidi/include/Makefile.in index c926e305..4c4f9e40 100644 --- a/seq_portmidi/include/Makefile.in +++ b/seq_portmidi/include/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \ diff --git a/seq_portmidi/src/Makefile.in b/seq_portmidi/src/Makefile.in index 5b4d776c..ff6f4645 100644 --- a/seq_portmidi/src/Makefile.in +++ b/seq_portmidi/src/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_qt5/Makefile.in b/seq_qt5/Makefile.in index 65b830d8..b2cb66cf 100644 --- a/seq_qt5/Makefile.in +++ b/seq_qt5/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_qt5/forms/Makefile.in b/seq_qt5/forms/Makefile.in index 7859ccb3..9525e5db 100644 --- a/seq_qt5/forms/Makefile.in +++ b/seq_qt5/forms/Makefile.in @@ -113,11 +113,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_qt5/include/Makefile.in b/seq_qt5/include/Makefile.in index f2aed56d..9a1eaddc 100644 --- a/seq_qt5/include/Makefile.in +++ b/seq_qt5/include/Makefile.in @@ -118,11 +118,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \ diff --git a/seq_qt5/src/Makefile.in b/seq_qt5/src/Makefile.in index 9df2b6d8..0ba90cf1 100644 --- a/seq_qt5/src/Makefile.in +++ b/seq_qt5/src/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_rtmidi/Makefile.in b/seq_rtmidi/Makefile.in index 92cc640d..573139ac 100644 --- a/seq_rtmidi/Makefile.in +++ b/seq_rtmidi/Makefile.in @@ -121,11 +121,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff --git a/seq_rtmidi/include/Makefile.in b/seq_rtmidi/include/Makefile.in index 26d9bbe5..cba21e04 100644 --- a/seq_rtmidi/include/Makefile.in +++ b/seq_rtmidi/include/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \ diff --git a/seq_rtmidi/src/Makefile.in b/seq_rtmidi/src/Makefile.in index b75784bd..544cbbd8 100644 --- a/seq_rtmidi/src/Makefile.in +++ b/seq_rtmidi/src/Makefile.in @@ -114,11 +114,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 \ $(top_srcdir)/m4/ax_have_qt_clang.m4 \ $(top_srcdir)/m4/ax_have_qt_min.m4 \ $(top_srcdir)/m4/ax_prefix_config_h.m4 \ - $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/xpc_debug.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/xpc_debug.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)