1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 03:19:37 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
66a7fb1605 Include .pdf versions of c-ares man pages in distribution tarball. 2009-05-21 17:40:55 +00:00
a5b66d3293 fix the output name 2008-08-21 00:13:48 +00:00
371f63f73a fix c-ares version reported in generated libcares.pc file when building
from CVS tree.
2008-07-07 02:11:21 +00:00
d7c4f9ad16 make sure the configure.ac file with the correct version number is shipped
in the tarball
2008-05-22 17:41:29 +00:00
7a68a3342b adjusted to work with the updated configure.ac 2008-05-07 21:27:35 +00:00
902015cfd9 maketgz now creates a ares_version.h.dist file with the given version data
properly set, and the Makefile.am is now fixed to use that when building
a new package with make dist.
2004-10-24 13:02:09 +00:00
ceefde1e68 generate the new configure better 2004-07-24 06:29:38 +00:00
d5f3636a52 - Fixed a few variable return types for some system calls. Made configure
check for ssize_t to make it possible to use that when receiving the send()
  error code. This is necessary to prevent compiler warnings on some systems.

- Made configure create config.h, and all source files now include setup.h that
  might include the proper config.h (or a handicrafted alternative).

- Switched to 'ares_socket_t' type for sockets in ares, since Windows don't
  use 'int' for that.

- automake-ified and libool-ified c-ares. Now it builds libcares as a shared
  lib on most platforms if wanted. (This bloated the size of the release
  archive with another 200K!)

- Makefile.am now uses Makefile.inc for the c sources, h headers and man
  pages, to make it easier for other makefiles to use the exact same set of
  files.

- Adjusted 'maketgz' to use the new automake magic when building distribution
  archives.
2004-07-22 22:18:45 +00:00
a674c1fd32 remind us about cvs tagging when we've built a release archive 2004-04-01 08:23:26 +00:00
0f398c7a32 use the name 'c-ares' for this package 2004-01-29 11:33:31 +00:00
c7b0635f39 run autoconf if needed 2003-10-08 20:25:37 +00:00
bd254de90c added for completeness 2003-10-08 20:18:15 +00:00