Skip to content

Commit

Permalink
Release Notes for Seq66 v. 0.99.13 2024-08-05
Browse files Browse the repository at this point in the history
-   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 and ChangeLog for more details. This is an
    quick-release since other projects have taken our time.
  • Loading branch information
ahlstromcj committed Aug 5, 2024
1 parent a3b2f84 commit 927e333
Show file tree
Hide file tree
Showing 36 changed files with 214 additions and 146 deletions.
149 changes: 149 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,152 @@
2024-08-05 Chris Ahlstrom <ahlstromcj@gmail.com>

* NEWS, README.md, RELNOTES: News updates.

2024-06-06 Chris Ahlstrom <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* : Updated the simpleblast MIDI files.

2024-05-22 Chris Ahlstrom <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* : Added special test file 1Bar_2_tracks.midi.

2024-05-20 Chris Ahlstrom <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* : Updated 1Bar.midi file.

2024-05-03 Chris Ahlstrom <ahlstromcj@gmail.com>

* libseq66/include/play/performer.hpp: Interim.

2024-04-29 ahlstrom <ahlstromcj@gmail.com>

* Seq66cli/Seq66cli.pro, Seq66qt5/Seq66qt5.pro, TODO: Adding qmake
install support in progress.

2024-04-26 Chris Ahlstrom <ahlstromcj@gmail.com>

* contrib/notes/freebsd.text, doc/latex/tex/references.tex:
Documentation updates.

2024-03-24 ahlstrom <ahlstromcj@gmail.com>

* contrib/DIR_COLORS, contrib/vim-syntax/cpp.vim: More etc and vim
coloring updates.

2024-03-23 ahlstrom <ahlstromcj@gmail.com>

* contrib/vim-syntax/c.vim: Added word and byte to c.vim.

2024-03-18 Chris Ahlstrom <ahlstromcj@gmail.com>

* configure, contrib/DIR_COLORS, include/config.h.in: Minor
configure and DIR_COLORS update.

2024-03-12 ahlstrom <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* contrib/vim-syntax/cpp.vim: cpp.vim and git.odt changes.

2024-02-23 ahlstrom <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* 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 <ahlstromcj@gmail.com>

* configure, configure.ac, include/config.h.in,
Expand Down
7 changes: 2 additions & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 2 additions & 5 deletions Seq66cli/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions Seq66qt5/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 0 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions contrib/scripts/qbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -123,7 +123,7 @@ else
fi

#******************************************************************************
# qbuild (Seq66)
# qbuild.sh (Seq66)
#------------------------------------------------------------------------------
# vim: ts=3 sw=3 wm=4 et ft=sh
#------------------------------------------------------------------------------
Expand Down
7 changes: 2 additions & 5 deletions data/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified data/share/doc/seq66-user-manual.pdf
Binary file not shown.
7 changes: 2 additions & 5 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions doc/latex/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions doc/latex/tex/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/latex/tex/seq66-user-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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$
%
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions include/qt/portmidi/seq66-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/qt/rtmidi/seq66-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions libseq66/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 2 additions & 5 deletions libseq66/include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
Loading

0 comments on commit 927e333

Please sign in to comment.