| @@ -1,7 +1,7 @@ | |||||
| dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. | ||||
| dnl $Id$ | dnl $Id$ | ||||
| AC_INIT([jack-audio-connection-kit],[0.125.0rc1], | |||||
| AC_INIT([jack-audio-connection-kit],[0.125.0], | |||||
| [jack-devel@lists.jackaudio.org],[],[http://www.jackaudio.org/]) | [jack-devel@lists.jackaudio.org],[],[http://www.jackaudio.org/]) | ||||
| AC_CONFIG_SRCDIR([jackd/jackd.c]) | AC_CONFIG_SRCDIR([jackd/jackd.c]) | ||||
| @@ -84,22 +84,22 @@ The JACK programming interfaces are described in several header files. | |||||
| We present them here broken into useful categories to make the API a | We present them here broken into useful categories to make the API a | ||||
| little clearer: | little clearer: | ||||
| - @ref ClientFunctions | |||||
| - @ref ClientCallbacks | |||||
| - @ref ClientThreads | |||||
| - @ref ServerControl | |||||
| - @ref PortFunctions | |||||
| - @ref PortSearching | |||||
| - @ref LatencyFunctions | |||||
| - @ref TimeFunctions | |||||
| - @ref TransportControl | |||||
| - @ref ErrorOutput | |||||
| - @ref NonCallbackAPI | |||||
| - @ref MIDIAPI | |||||
| - @ref SessionClientFunctions | |||||
| - @ref WeakLinkage | |||||
| - @ref ControlAPI | |||||
| - @ref Metadata | |||||
| - @ref ClientFunctions | |||||
| - @ref ClientCallbacks | |||||
| - @ref ClientThreads | |||||
| - @ref ServerControl | |||||
| - @ref PortFunctions | |||||
| - @ref PortSearching | |||||
| - @ref LatencyFunctions | |||||
| - @ref TimeFunctions | |||||
| - @ref TransportControl | |||||
| - @ref ErrorOutput | |||||
| - @ref NonCallbackAPI | |||||
| - @ref MIDIAPI | |||||
| - @ref SessionClientFunctions | |||||
| - @ref WeakLinkage | |||||
| - @ref ControlAPI | |||||
| - @ref Metadata | |||||
| The full API is described in: | The full API is described in: | ||||
| @@ -1370,3 +1370,6 @@ DOT_CLEANUP = YES | |||||
| # used. If set to NO the values of all tags below this one will be ignored. | # used. If set to NO the values of all tags below this one will be ignored. | ||||
| SEARCHENGINE = NO | SEARCHENGINE = NO | ||||
| # newer stuff | |||||
| HTML_DYNAMIC_MENUS = NO | |||||