<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/autogen.sh, branch rel-26</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-26</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-26'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2019-04-20T16:51:39+00:00</updated>
<entry>
<title>Update autogen.sh &amp; INSTALL for pkg-config requirements</title>
<updated>2019-04-20T16:51:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2019-04-20T16:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ad8c4b8efb4c77c961516db6ed8917a6421e3d56'/>
<id>urn:sha1:ad8c4b8efb4c77c961516db6ed8917a6421e3d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autogen.sh: Fix some shellcheck(1) warning messages</title>
<updated>2016-12-05T22:55:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2016-12-05T22:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=dd6d75d37d67a05a439322ef3ca941f63afaaed6'/>
<id>urn:sha1:dd6d75d37d67a05a439322ef3ca941f63afaaed6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck"</title>
<updated>2016-10-21T19:41:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-12-19T18:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=804c2403203258ba8b9bf869be3f9ef057c2d39a'/>
<id>urn:sha1:804c2403203258ba8b9bf869be3f9ef057c2d39a</id>
<content type='text'>
- SC2006: Use $(..) instead of legacy `..`.
- SC2015: Note that A &amp;&amp; B || C is not if-then-else. C may run
          when A is true.
- SC2086: Double quote to prevent globbing and word splitting.
- SC2166: Prefer [ p ] &amp;&amp; [ q ] as [ p -a q ] is not well defined.
</content>
</entry>
<entry>
<title>autogen.sh: Fix parameter quoting</title>
<updated>2015-08-26T22:10:41+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-08-26T22:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c56138c2808bdfc22811c5617c58b149f7725e62'/>
<id>urn:sha1:c56138c2808bdfc22811c5617c58b149f7725e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autogen.sh: Check for autoconf/automake wrapper scripts</title>
<updated>2013-01-27T11:54:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-27T11:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c891b5f250c71c1b8f94a002c13db6035ad28305'/>
<id>urn:sha1:c891b5f250c71c1b8f94a002c13db6035ad28305</id>
<content type='text'>
For example OpenBSD uses a "autoconf" and "automake" wrapper script which
tells the user to set AUTOCONF_VERSION and AUTOMAKE_VERSION environment
variables. This patch enhances autogen.sh to not detect these wrapper
scripts as regular autoconf/automake commands but to set the required
environment variables after detecting the real "command-X.Y" commands.

Tested on OpenBSD 5.1.
</content>
</entry>
<entry>
<title>autogen.sh: Don't use "egrep -o", use "sed"</title>
<updated>2013-01-27T11:25:58+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-27T11:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=419ff38a07cb0b1637b444c96cd6868a7a9e5524'/>
<id>urn:sha1:419ff38a07cb0b1637b444c96cd6868a7a9e5524</id>
<content type='text'>
"egrep -o" isn't portable and not available on OpenBSD, for example. So
let's use sed instead to get the automake version. The expression used
now is less specific but should work as well ...
</content>
</entry>
<entry>
<title>autogen.sh: Enforce serial test harness on automake &gt;=1.13</title>
<updated>2013-01-05T02:05:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-05T02:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0703fcd71983bd04f70101fd0143660174d22f84'/>
<id>urn:sha1:0703fcd71983bd04f70101fd0143660174d22f84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>autogen.sh: Reformat messages.</title>
<updated>2013-01-05T01:39:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-05T01:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4594583f52c46105ffd77eaaf4d9784809567324'/>
<id>urn:sha1:4594583f52c46105ffd77eaaf4d9784809567324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename configure.in to configure.ac</title>
<updated>2012-09-24T18:40:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T18:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e65a35e964e6a32de748f18e1f70ffe2ad146119'/>
<id>urn:sha1:e65a35e964e6a32de748f18e1f70ffe2ad146119</id>
<content type='text'>
This fixes

  automake: warning: autoconf input should be named 'configure.ac',
  not 'configure.in'

when running the autogen.sh script.
</content>
</entry>
<entry>
<title>autogen.sh: detect automake version format a.b.c and a.b</title>
<updated>2012-09-24T16:01:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T16:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=039a939cb8a85f242a017cb4c68003af2b02dfca'/>
<id>urn:sha1:039a939cb8a85f242a017cb4c68003af2b02dfca</id>
<content type='text'>
</content>
</entry>
</feed>
