<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/Makefile.am, branch rel-20</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-20</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-20'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2012-09-26T23:11:01+00:00</updated>
<entry>
<title>Makefile.am: don't use "make -C", it isn't portable</title>
<updated>2012-09-26T23:11:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-26T23:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=114644cdb0a54804e4f68818235cc2d99b90322c'/>
<id>urn:sha1:114644cdb0a54804e4f68818235cc2d99b90322c</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>configure.ng: use AM_PROG_AR to check ar(1) command</title>
<updated>2012-09-24T18:39:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T18:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=78d189fbf745741f42271557206cdde60d3ae857'/>
<id>urn:sha1:78d189fbf745741f42271557206cdde60d3ae857</id>
<content type='text'>
This fixes

  automake-1.12/am/library.am: warning: 'libngipaddr.a':
   linking libraries using a non-POSIX .../automake-1.12/am/library.am:
   archiver requires 'AM_PROG_AR' in 'configure.in'
   src/ipaddr/Makefile.am:12: while processing library 'libngipaddr.a'

and similar warnings of automake.
</content>
</entry>
<entry>
<title>Include .mailmap file in distribution archives</title>
<updated>2012-09-24T15:50:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T15:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=79c122289657afcac0ad15d3946be52906dbf3d9'/>
<id>urn:sha1:79c122289657afcac0ad15d3946be52906dbf3d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include all build-system files into distribution archives</title>
<updated>2012-09-24T12:34:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T12:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8e1beae4e7e57f5ef74fcc82532162a228e2e831'/>
<id>urn:sha1:8e1beae4e7e57f5ef74fcc82532162a228e2e831</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mac OS X: split up make targets</title>
<updated>2011-05-11T22:21:18+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-05-11T22:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=dd7d64f577633d68a11b6dc0e97ec00df0645343'/>
<id>urn:sha1:dd7d64f577633d68a11b6dc0e97ec00df0645343</id>
<content type='text'>
New targets are: "have-packagemaker", "osxpkg-dest"
</content>
</entry>
<entry>
<title>Xcode builds ("make xcode"): detect version number correctly</title>
<updated>2010-10-26T13:09:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a4de27deee264714099c652cb87b3b8519cbb739'/>
<id>urn:sha1:a4de27deee264714099c652cb87b3b8519cbb739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mac OS X: fix test for packagemaker(1) tool in Makefile</title>
<updated>2009-09-10T09:48:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-09-10T09:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=44acf41cc172e8131c3a987d430b9f948afd26ad'/>
<id>urn:sha1:44acf41cc172e8131c3a987d430b9f948afd26ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: get release number dynamically; new make target "xcode-clean".</title>
<updated>2009-01-06T15:02:27+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-01-06T15:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5468ba37446a85bfb8a84eed74bf6c091156f682'/>
<id>urn:sha1:5468ba37446a85bfb8a84eed74bf6c091156f682</id>
<content type='text'>
- make target "xcode" now detects the release number stored in the
  configure.in file and passes it to Xcode.
- new make target "xcode-clean" which removes all files generated by
  "make xcode" and removes the Xcode build directory.
</content>
</entry>
<entry>
<title>Debian package ("make deb"): fix some lintian(1) warnings</title>
<updated>2008-11-21T20:36:59+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-21T20:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=97d97ef5c4e0d5494e4b1301903c7730df6421a1'/>
<id>urn:sha1:97d97ef5c4e0d5494e4b1301903c7730df6421a1</id>
<content type='text'>
</content>
</entry>
</feed>
