- replaced use of g_snprinf with snprintf (snprintf is a standard
POSIX/ANSI-C routine so there's no need to use glib here)
- removed all dependencies to glib from source code and makefiles
- added documentation of JACK versioning to configure.in
- incremented JACK version to 0.40.0
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@256 0c269be4-1314-0410-8aa9-9f06e86f4224
of other files
* install only jack.h, types.h, error.h and transport.h
* autogen now runs configure, this can be reverted if people complain
* added jack_port_by_id () for use with the registration callback
* moved JackPortFlags to types.h
* s/sample_t/jack_default_audio_sample_t/
* s/nframes_t/jack_nframes_t/
* doc and header cleanups
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@182 0c269be4-1314-0410-8aa9-9f06e86f4224