<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio/configure.ac, branch 5.0.0</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=5.0.0</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=5.0.0'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2017-08-30T18:54:13Z</updated>
<entry>
<title>Version and documentation updates in advance of new release.</title>
<updated>2017-08-30T18:54:13Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2017-08-30T18:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=2662111a39b8eba2e4cda3fa4f504b90ace551dd'/>
<id>urn:sha1:2662111a39b8eba2e4cda3fa4f504b90ace551dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use AS_IF.</title>
<updated>2017-08-27T02:52:18Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2017-08-27T02:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=1b3e2e0b8eaca2f8719883b9636dc33144c7c6d2'/>
<id>urn:sha1:1b3e2e0b8eaca2f8719883b9636dc33144c7c6d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For BSDs, only set OSS if Jack not found.</title>
<updated>2017-08-27T02:45:34Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2017-08-27T02:45:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=0ad882762c877ed122108fa4a6b5999a8a276ebd'/>
<id>urn:sha1:0ad882762c877ed122108fa4a6b5999a8a276ebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for jack on all operating systems and add freebsd host.</title>
<updated>2017-08-27T02:33:50Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2017-08-27T01:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=d9f967e5e3006199cf7be5dc8571bd3df9d7ed0c'/>
<id>urn:sha1:d9f967e5e3006199cf7be5dc8571bd3df9d7ed0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't force ALSA when checking for Jack.</title>
<updated>2017-08-27T01:57:10Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2017-08-27T01:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=7ee88e03ee2164168139db026fd1de62633b63d2'/>
<id>urn:sha1:7ee88e03ee2164168139db026fd1de62633b63d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't check all libraries, use AS_IF.</title>
<updated>2017-08-27T01:16:55Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2017-08-27T01:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=0a5344b064cdaec8f048c6b10be245807601a147'/>
<id>urn:sha1:0a5344b064cdaec8f048c6b10be245807601a147</id>
<content type='text'>
Fix AC_ARG_WITH usage to be like the manual suggests:
https://autotools.io/autoconf/arguments.html
</content>
</entry>
<entry>
<title>Remove references to rtaudio-config from configure.ac.</title>
<updated>2016-06-24T23:01:24Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-06-24T23:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=3cfbc9a5f3336b6015c615aae8f87b2a4eea8cc4'/>
<id>urn:sha1:3cfbc9a5f3336b6015c615aae8f87b2a4eea8cc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of CXXFLAGS in configure.ac.</title>
<updated>2016-02-18T16:21:38Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-18T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=ac3032ecbbadf20c4d3e3237ed6a6c73bf64b587'/>
<id>urn:sha1:ac3032ecbbadf20c4d3e3237ed6a6c73bf64b587</id>
<content type='text'>
CXXFLAGS should be set before AC_PROG_CXX.  This patch uses a syntax
allowing it to be overridden during "env CXXFLAGS=... ./configure",
"./configure CXXFLAGS=..." or during "make CXXFLAGS=..."

Keeps previous behaviour of -O3 for normal builds, -g -O0 for debug
builds, and keeps the define __RTAUDIO_DEBUG__, however this is done
using AC_DEFINE.
</content>
</entry>
<entry>
<title>Move version check up to beginning of configure.ac.</title>
<updated>2016-02-18T16:16:27Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-18T16:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=155405f0de1b949269e71028f39f4df5a9711a0e'/>
<id>urn:sha1:155405f0de1b949269e71028f39f4df5a9711a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version number update in configure.ac in advance of new release.</title>
<updated>2016-02-17T01:43:28Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-17T01:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=3d86f23d6fe8b41e1c3361c67aa00a000e060802'/>
<id>urn:sha1:3d86f23d6fe8b41e1c3361c67aa00a000e060802</id>
<content type='text'>
</content>
</entry>
</feed>
