<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/configure.ng, branch rel-23</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-23</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-23'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2015-06-06T20:19:47+00:00</updated>
<entry>
<title>Make setgroups(3) function optional</title>
<updated>2015-06-06T20:19:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-06-06T20:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2fc61ce8a6a6c2ac8652b8cea33d57acd50681c2'/>
<id>urn:sha1:2fc61ce8a6a6c2ac8652b8cea33d57acd50681c2</id>
<content type='text'>
For example, Interix is missing this function, which prevented
ngIRCd to build on this platform. When setgroups(3) isn't available,
a warning message is issued when ngIRCd starts up.
</content>
</entry>
<entry>
<title>configure[.ng]: &lt;sys/types.h&gt; is a required header file</title>
<updated>2014-03-16T23:52:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-16T23:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=67256f9da1cd43a31e3e703d15fbd4cf75c23923'/>
<id>urn:sha1:67256f9da1cd43a31e3e703d15fbd4cf75c23923</id>
<content type='text'>
ngIRCd already includes &lt;sys/types.h&gt; in a lot of places without
checking for its existence (for example in "ngircd.c", "io.c", ...),
therefore make it a required header file.
</content>
</entry>
<entry>
<title>configure: Only link "contrib/Debian" if it exists</title>
<updated>2014-01-26T22:41:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-26T22:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=14a84dfca57efeb744aa6219ca7776dc629871b7'/>
<id>urn:sha1:14a84dfca57efeb744aa6219ca7776dc629871b7</id>
<content type='text'>
This isn't the case on "VPATH builds", for example.
</content>
</entry>
<entry>
<title>Use $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's</title>
<updated>2014-01-17T20:04:40+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-17T20:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=90062111f7fd3be5941d94781470b391bebfccaa'/>
<id>urn:sha1:90062111f7fd3be5941d94781470b391bebfccaa</id>
<content type='text'>
And test for "mkdir -p" using AC_PROG_MKDIR_P in "configure".
</content>
</entry>
<entry>
<title>Fix configure script and "make check" for TCP Wrappers</title>
<updated>2014-01-17T15:18:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-17T15:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e747fe92775f577a38f8dd681f7a58f751348f5e'/>
<id>urn:sha1:e747fe92775f577a38f8dd681f7a58f751348f5e</id>
<content type='text'>
Add missing #include's and static variables.

Problem spotted on OpenBSD.
</content>
</entry>
<entry>
<title>Add libwrap at the end of the configure run</title>
<updated>2014-01-17T15:16:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-17T15:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0f85c4c6a70a71c935af9c28e2c469ea4b66220a'/>
<id>urn:sha1:0f85c4c6a70a71c935af9c28e2c469ea4b66220a</id>
<content type='text'>
If libwrap becomes added earlier, other tests may fail because of not all
external variables required by libwrap are available when linking: for
example allow_severity and deny_severity.

This patch adds generic support for the LDFLAGS_END and LIBS_END variables
(CFLAGS_END has been implemented already).

Problem spotted on OpenBSD.
</content>
</entry>
<entry>
<title>Partially revert bc098794: don't require autoconf 2.67</title>
<updated>2014-01-04T22:12:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-04T22:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8872653ef6155bdaabd15c62ee67bd23d119305b'/>
<id>urn:sha1:8872653ef6155bdaabd15c62ee67bd23d119305b</id>
<content type='text'>
GNU autoconf 2.61 is still sufficient to generate the configure script, even
after updating configure.{ng|in}, so don't require a newer version.
</content>
</entry>
<entry>
<title>Update configure.ng for autoconf 2.67</title>
<updated>2014-01-02T14:33:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-02T14:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bc098794ee45b5d5a2b9bb1a9c4f5be4136a2209'/>
<id>urn:sha1:bc098794ee45b5d5a2b9bb1a9c4f5be4136a2209</id>
<content type='text'>
We already require GNU autoconf 2.67 for generating our build system (at
least this is what the INSTALL document states), so update the build system
accordingly and implement all changes that autoupdate(1) suggests:

 - Update AC_PREREQ and AC_INIT
 - Use AC_LINK_IFELSE, AC_RUN_IFELSE, and AC_COMPILE_IFELSE
 - Remove AC_TYPE_SIGNAL (we don't use RETSIGTYPE)
</content>
</entry>
<entry>
<title>Check for working getaddrinfo() function</title>
<updated>2013-12-27T20:35:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-11-11T23:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b8433e9261c516d7b8743b33681050b6666192e5'/>
<id>urn:sha1:b8433e9261c516d7b8743b33681050b6666192e5</id>
<content type='text'>
At least AIX 4.3.3 and 5.1 have a broken implementation of getaddrinfo()
which doesn't handle "0" as numeric service correctly. This patch adds
a configure check for this case and changes all calling functions to only
use getaddrinfo() if it "works".

See &lt;http://www.stacken.kth.se/lists/heimdal-discuss/2004-05/msg00059.html&gt;
</content>
</entry>
<entry>
<title>configure: clean up function definitions</title>
<updated>2013-11-11T23:25:28+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-11-11T23:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=34824abe0dbf86477ec77385ed97c25f0a2375d8'/>
<id>urn:sha1:34824abe0dbf86477ec77385ed97c25f0a2375d8</id>
<content type='text'>
</content>
</entry>
</feed>
