<feed xmlns='http://www.w3.org/2005/Atom'>
<title>catgirl/configure, branch 2.0a</title>
<subtitle>IRC client
</subtitle>
<id>https://git.causal.agency/catgirl/atom?h=2.0a</id>
<link rel='self' href='https://git.causal.agency/catgirl/atom?h=2.0a'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/'/>
<updated>2021-11-22T17:30:31+00:00</updated>
<entry>
<title>Support custom pkg-config executable names</title>
<updated>2021-11-22T17:30:31+00:00</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2021-11-19T21:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=431230e0ea834d611d5302921b843f0afcaed391'/>
<id>urn:sha1:431230e0ea834d611d5302921b843f0afcaed391</id>
<content type='text'>
When cross-compiling, it's common to have executables prefixed with
the name of the architecture you're building for,
e.g. aarch64-unknown-linux-musl-cc or x86_64-unknown-freebsd-pkg-config.
Lots of build tools support a PKG_CONFIG environment variable to
enable this use case.

With this change, I was able to successfully cross-compile and run
catgirl.
</content>
</entry>
<entry>
<title>Add support for BINDIR, fix default MANDIR, use LDADD vars</title>
<updated>2021-05-04T16:13:50+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-05-04T16:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=ff87d561bd545c715dbe6beb813724a28535e7f4'/>
<id>urn:sha1:ff87d561bd545c715dbe6beb813724a28535e7f4</id>
<content type='text'>
I avoided defaulting MANDIR to /usr/local/man because I thought it
didn't work on GNU/Linux and users would be confused, but it turns
out man-db's default configuration includes both /usr/local/man and
/usr/man, so ${PREFIX}/man is a sensical default.
</content>
</entry>
<entry>
<title>Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD</title>
<updated>2020-08-06T20:15:53+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-08-06T20:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=1c8054f2268d8502880f33e1581b5605e18cdd79'/>
<id>urn:sha1:1c8054f2268d8502880f33e1581b5605e18cdd79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dependency on libcrypto for compat</title>
<updated>2020-07-30T17:37:54+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-07-30T17:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=09e6b147943ffa6d08039aa56d76aefddac03e27'/>
<id>urn:sha1:09e6b147943ffa6d08039aa56d76aefddac03e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define explicit_bzero using memset_s on macOS</title>
<updated>2020-07-30T17:36:17+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-07-30T17:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=a142ebcf43b7032ad29a383cba9407e7540b2d4a'/>
<id>urn:sha1:a142ebcf43b7032ad29a383cba9407e7540b2d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support --prefix and --mandir in configure script</title>
<updated>2020-07-23T20:40:46+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-07-23T20:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=1b8d589112ad6b1f3148682689105ce94d8df44d'/>
<id>urn:sha1:1b8d589112ad6b1f3148682689105ce94d8df44d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite configure script for all platforms</title>
<updated>2020-07-23T20:28:38+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-07-23T20:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=f37ad399fe064056c438fb3f1103fe339e5fe9e5'/>
<id>urn:sha1:f37ad399fe064056c438fb3f1103fe339e5fe9e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add warning to configure script</title>
<updated>2020-06-11T20:06:01+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-06-11T20:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=29064fb3f6abb69cd506941c8aaf131df82d5a74'/>
<id>urn:sha1:29064fb3f6abb69cd506941c8aaf131df82d5a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't compress man page or use configure on FreeBSD</title>
<updated>2020-05-23T23:14:47+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-05-23T18:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=fd679bbca8ad24c0ddd69e3d2018fbbe4bb8e54d'/>
<id>urn:sha1:fd679bbca8ad24c0ddd69e3d2018fbbe4bb8e54d</id>
<content type='text'>
Also use DESTDIR in install.
</content>
</entry>
<entry>
<title>Add -g for generating certificates</title>
<updated>2020-02-13T06:39:25+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2020-02-13T06:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/catgirl/commit/?id=fcfbe8a14c2a376d84e8f17be123a57373558071'/>
<id>urn:sha1:fcfbe8a14c2a376d84e8f17be123a57373558071</id>
<content type='text'>
Copied from pounce.
</content>
</entry>
</feed>
