ChangeLog 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. Sun Sep 12 18:38:13 2004 Joe Orton <[email protected]>
  2. * neon.m4 (NEON_USE_EXTERNAL): Check for IDNA, LFS, SOCKS
  3. support.
  4. (NEON_SOCKS): Use common feature code for SOCKSv5 support.
  5. Fri Sep 10 20:52:54 2004 Joe Orton <[email protected]>
  6. * neon.m4 (LIBNEON_SOURCE_CHECKS): Safer autoheader template for
  7. declaring stpcpy as necessary for bundled neon builds.
  8. (NEON_WARNINGS): Drop -Winline.
  9. Wed Aug 25 19:44:26 2004 Joe Orton <[email protected]>
  10. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for poll.
  11. Sat Jul 3 11:39:01 2004 Joe Orton <[email protected]>
  12. * neon.m4 (LIBNEON_SOURCE_CHECKS): Pick up gethostbyname in
  13. -lsocket for QNX.
  14. Fri Apr 16 11:43:10 2004 Joe Orton <[email protected]>
  15. * neon-xml-parser.m4 (NEON_XML_PARSER): If built using libtool,
  16. and --with-expat specifies a libexpat.la file, add the libexpat.la
  17. to NEON_LTLIBS.
  18. * neon.m4 (NEON_COMMON_CHECKS): Substitute NEON_LTLIBS.
  19. Tue Apr 13 20:51:59 2004 Joe Orton <[email protected]>
  20. * neon.m4 (NEON_GSSAPI): Check for presence of
  21. gssapi/gssapi_generic.h.
  22. Wed Apr 7 13:16:33 2004 Joe Orton <[email protected]>
  23. * neon.m4 (NE_LARGEFILE): Check for strtoq.
  24. Mon Mar 15 19:59:36 2004 Joe Orton <[email protected]>
  25. * neon.m4 (LIBNEON_SOURCE_CHECKS): Be safer around getaddrinfo
  26. blacklist for HP-UX and reference why it's needed.
  27. Sun Mar 7 11:15:44 2004 Joe Orton <[email protected]>
  28. * neon.m4 (LIBNEON_SOURCE_CHECKS): Use NE_LARGEFILE in-place
  29. rather than AC_REQUIRE'ing it.
  30. (NE_LARGEFILE): Add NE_LFS to CPPFLAGS for use in bundled builds.
  31. Mon Feb 23 23:02:54 2004 Joe Orton <[email protected]>
  32. * neon.m4 (NE_SNPRINTF): Define HAVE_TRIO if trio is used.
  33. Mon Feb 23 00:22:39 2004 Joe Orton <[email protected]>
  34. * neon.m4 (LIBNEON_SOURCE_CHECKS): Give INCLUDES argument to
  35. AC_CHECK_HEADERS; prevent warning from cpp test for netinet/in.h
  36. on some platforms.
  37. Sun Feb 22 17:52:42 2004 Joe Orton <[email protected]>
  38. * neon.m4 (NE_SEARCH_LIBS): Fix to run actions-if-found if
  39. function is found without needing additional libraries.
  40. (LIBNEON_SOURCE_CHECKS): Only check for gethostbyname if
  41. getaddrinfo is not found. Disable getaddrinfo on HP-UX 11.[01]*
  42. here rather than ne_socket.c.
  43. Sat Jan 24 17:49:50 2004 Joe Orton <[email protected]>
  44. * neon.m4 (LIBNEON_SOURCE_CHECKS): Also check for __tm_gmtoff in
  45. struct tm.
  46. Sat Jan 24 17:16:48 2004 Joe Orton <[email protected]>
  47. * neon.m4: Remove -ansi-pedantic and -Wimplicit-prototypes for gcc
  48. 3.4 compatibility (thanks to Olaf Hering).
  49. Sat Jan 3 14:11:14 2004 Joe Orton <[email protected]>
  50. * neon-test.m4: Check for stdint.h.
  51. Sat Jan 3 13:17:21 2004 Joe Orton <[email protected]>
  52. * neon.m4 (NE_LARGEFILE): Add NE_LFS to neon-config --cflags
  53. output.
  54. Thu Jan 1 18:42:56 2004 Joe Orton <[email protected]>
  55. * neon.m4 (NEON_FORMAT): Use C99 'll' rather than non-standard 'q'
  56. length modifier.
  57. Thu Jan 1 17:36:39 2004 Joe Orton <[email protected]>
  58. * neon.m4 (NE_LARGEFILE): New macro.
  59. (LIBNEON_SOURCE_CHECKS): Call it.
  60. Sat Nov 15 09:25:43 2003 Joe Orton <[email protected]>
  61. * neon.m4, neon-xml-parser.m4: Update for latest autoconf
  62. best-practice: s/AC_HELP_STRING/AS_HELP_STRING, replace AC_TRY_RUN
  63. with AC_RUN_IFELSE, AC_TRY_LINK_FUNC with AC_LINK_IFELSE,
  64. AC_TRY_COMPILE with AC_COMPILE_IFELSE, remove AC_LANG_C and
  65. AC_PROG_CC_STDC,
  66. Fri Nov 14 13:12:10 2003 Joe Orton <[email protected]>
  67. * neon.m4 (NEON_LIBIDN): New macro.
  68. (LIBNEON_SOURCE_CHECKS): Use NEON_LIBIDN.
  69. Fri Nov 14 11:28:58 2003 Joe Orton <[email protected]>
  70. * neon.m4 (NE_ENABLE_SUPPORT, NE_DISABLE_SUPPORT): New macros.
  71. Use throughout to flag support or lack of support for optional
  72. features.
  73. Thu Nov 13 20:25:28 2003 Joe Orton <[email protected]>
  74. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for gethostbyname in
  75. -lbind too.
  76. Tue Oct 7 21:20:16 2003 Joe Orton <[email protected]>
  77. * neon-test.m4 (NEON_TEST): Check for shutdown.
  78. Mon Sep 22 21:20:37 2003 Joe Orton <[email protected]>
  79. * neon.m4 (NE_CHECK_FUNCS, NE_SEARCH_LIBS): Avoid clobbering
  80. ne_save_{LIBS,CPPFLAGS}.
  81. Sun Sep 14 10:51:34 2003 Joe Orton <[email protected]>
  82. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for working AI_ADDRCONFIG
  83. flag for getaddrinfo().
  84. Wed Sep 10 21:45:10 2003 Joe Orton <[email protected]>
  85. * neon.m4 (NEON_GSSAPI): Restore CPPFLAGS and NEON_LIBS if GSSAPI
  86. detection fails.
  87. Thu Sep 4 21:29:06 2003 Joe Orton <[email protected]>
  88. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for netinet/tcp.h.
  89. Wed Jul 23 21:17:40 2003 Joe Orton <[email protected]>
  90. * neon.m4 (NEON_GSSAPI): New macro.
  91. Mon Apr 21 18:24:12 2003 Joe Orton <[email protected]>
  92. * neon-xml-parser.m4 (HAVE_EXPAT): Fail if --with-expat is given
  93. but expat.h is not found.
  94. Wed Mar 26 20:29:11 2003 Joe Orton <[email protected]>
  95. * neon.m4 (NEON_SSL): And add ne_stubssl to NEON_EXTRAOBJS for
  96. non-SSL build.
  97. Tue Mar 25 20:43:01 2003 Joe Orton <[email protected]>
  98. * neon.m4 (NEON_SSL): Add ne_openssl to NEON_EXTRAOBJS.
  99. Mon Mar 17 20:34:55 2003 Joe Orton <[email protected]>
  100. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for netdb.h.
  101. Sun Mar 16 14:22:02 2003 Joe Orton <[email protected]>
  102. * neon-xml-parser.m4 (NE_XML_BUNDLED_EXPAT): Define
  103. HAVE_XMLPARSE_H.
  104. Sun Mar 16 11:47:35 2003 Joe Orton <[email protected]>
  105. * neon-xml-parser.m4 (NEON_XML_PARSER): Also fix
  106. non-included-expat build for when included expat is not an option.
  107. Sun Mar 16 11:20:23 2003 Joe Orton <[email protected]>
  108. * neon-xml-parser.m4 (NEON_XML_PARSER): Fix non-included-expat
  109. build broken in previous commit.
  110. Sun Mar 16 09:06:41 2003 Joe Orton <[email protected]>
  111. * neon-xml-parser.m4 (NEON_XML_PARSER): Fix --with-included-expat
  112. support.
  113. Sun Mar 9 10:08:57 2003 Joe Orton <[email protected]>
  114. * neon.m4 (NEON_SSL): Fail if --with-ssl is given an argument.
  115. Sun Mar 9 08:55:04 2003 Joe Orton <[email protected]>
  116. * neon.m4 (NE_SEARCH_LIBS): Bug fix to always compare against
  117. `extras' if given. Add support for optional `actions-if-found'
  118. argument.
  119. * neon-xml-parser.m4: Largely rewritten. Drop support for
  120. libxml 1.x; require expat 1.95.x.
  121. Sun Mar 9 08:50:22 2003 Joe Orton <[email protected]>
  122. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for stpcpy.
  123. Mon Mar 3 22:15:56 2003 Joe Orton <[email protected]>
  124. * neon.m4 (NE_CHECK_FUNCS): Check whether h_errno is declared.
  125. Wed Feb 19 21:35:20 2003 Joe Orton <[email protected]>
  126. * neon.m4 (NEON_FORMAT): Revert use of 'z' modifier; breaks on
  127. CygWin.
  128. Tue Jan 14 17:06:07 2003 Joe Orton <[email protected]>
  129. * neon.m4 (NEON_FORMAT): Prefer the C99 'z' modifier to printf
  130. size_t/ssize_t values where available.
  131. Fri Jan 3 23:12:20 2003 Joe Orton <[email protected]>
  132. * neon.m4 (NE_PKG_CONFIG): New macro.
  133. (NEON_SSL): Use NE_PKG_CONFIG rather than PKG_CHECK_MODULES.
  134. Mon Dec 16 20:02:45 2002 Joe Orton <[email protected]>
  135. * neon.m4 (NEON_SSL): Only check for OpenSSL <=0.9.6 if version is
  136. known to be <=0.9.7.
  137. Mon Dec 16 19:01:57 2002 Joe Orton <[email protected]>
  138. * neon.m4: Use pkg-config data to determine location OpenSSL
  139. libraries/headers, if available.
  140. Tue Nov 19 11:21:31 2002 Joe Orton <[email protected]>
  141. * neon-test.m4 (NEON_TEST): Suggest this macro is run before
  142. NEON_XML_PARSER.
  143. Mon Oct 7 22:22:12 2002 Joe Orton <[email protected]>
  144. * neon.m4 (NE_CHECK_SSLVER): New macro.
  145. (NEON_SSL): Use NE_CHECK_SSLVER. Add --with-egd argument;
  146. conditionally enable EGD, optionally using only a specific EGD
  147. socket path, and only if using OpenSSL before 0.9.7.
  148. Tue Sep 24 21:36:01 2002 Joe Orton <[email protected]>
  149. * neon.m4 (NE_ZLIB_VERSION): Removed macro.
  150. (NEON_ZLIB): Removed --with-force-zlib flag; don't check zlib
  151. version.
  152. (NEON_SSL): Removed --with-force-ssl flag, only require OpenSSL
  153. 0.9.6 or later.
  154. Sat Aug 31 17:28:15 2002 Joe Orton <[email protected]>
  155. * neon.m4 (NEON_FORMAT_PREP): Add check for gcc -Wformat -Werror
  156. sanity.
  157. (NEON_FORMAT): Only use gcc -Wformat -Werror if sanity is assured.
  158. Fri Aug 30 22:07:59 2002 Joe Orton <[email protected]>
  159. * neon.m4: Set NEON_INTERFACE_VERSION according to
  160. NEON_VERSION_MINOR, NEON_VERSION_RELEASE, for the duration of neon
  161. 0.x releases.
  162. Sun Aug 25 23:52:38 2002 Joe Orton <[email protected]>
  163. * neon.m4 (NE_CHECK_FUNCS): New macro.
  164. (LIBNEON_SOURCE_CHECKS): Use NE_CHECK_FUNCS rather than
  165. AC_CHECK_FUNCS, so $NEON_LIBS are searched.
  166. Sun Aug 25 11:53:20 2002 Joe Orton <[email protected]>
  167. * neon.m4 (LIBNEON_SOURCE_CHECKS): Require inet_ntop as well for
  168. USE_GETADDRINFO test.
  169. Sun Aug 18 22:50:09 2002 Joe Orton <[email protected]>
  170. * neon.m4 (LIBNEON_SOURCE_CHECKS): Remove redundant check for
  171. SIGPIPE definition.
  172. Sun Aug 18 22:41:15 2002 Joe Orton <[email protected]>
  173. * neon.m4 (NE_SEARCH_LIBS): Take optional fourth argument.
  174. (LIBNEON_SOURCE_CHECKS): Define USE_GETADDRINFO if getaddrinfo and
  175. gai_strerror are present. Otherwise, check for hstrerror,
  176. possibly in -lresolv.
  177. * neon-test.m4: Don't check for hstrerror().
  178. Sun Aug 18 22:31:13 2002 Joe Orton <[email protected]>
  179. * neon-xml-parser.m4 (NEON_FIND_PARSER_H, NEON_XML_LIBXML2):
  180. Re-order checks to skip redundant tests, speeding up common case.
  181. Fri Aug 9 19:47:14 2002 Joe Orton <[email protected]>
  182. * neon.m4 (NEON_SSL): Require OpenSSL 0.9.6f or later.
  183. Wed Jul 31 23:01:17 2002 Joe Orton <[email protected]>
  184. * strftime.m4, readline.m4: Removed from neon/macros CVS module.
  185. Tue Jul 30 19:09:20 2002 Joe Orton <[email protected]>
  186. * neon.m4 (NEON_COMMON_CHECKS): Require AC_TYPE_SIZE_T,
  187. AC_TYPE_OFF_T.
  188. * neon-test.m4 (NEON_TEST): Require AC_TYPE_PID_T.
  189. Tue Jul 30 19:06:48 2002 Joe Orton <[email protected]>
  190. * neon.m4 (NEON_SSL): Require OpenSSL 0.9.6e or later for security
  191. fixes; add --with-force-ssl to override version check.
  192. Fri Jul 26 00:01:07 2002 Joe Orton <[email protected]>
  193. * neon.m4 (NE_MACOSX): Just check for any Darwin system.
  194. Sat Jul 20 10:40:29 2002 Joe Orton <[email protected]>
  195. * neon.m4 (NEON_WITH_LIBS): Allow a colon-separated list of
  196. directories for --with-libs argument.
  197. Thu Jul 18 20:07:43 2002 Joe Orton <[email protected]>
  198. * neon.m4 (LIBNEON_SOURCE_CHECKS): Require AC_FUNC_STRERROR_R.
  199. Wed Jul 17 23:26:51 2002 Joe Orton <[email protected]>
  200. * neon.m4 (NEON_CHECK_VERSION): Rewrite to cache results,
  201. simplify, and use new ne_version_match.
  202. (NE_ZLIB_VERSION): Cache result.
  203. Fri Jul 5 12:57:56 2002 Joe Orton <[email protected]>
  204. * neon.m4 (NEON_SSL): Fail if openssl/opensslv.h header is not
  205. found, or if OpenSSL version is earlier than 0.9.6.
  206. Sun Jun 16 14:04:18 2002 Joe Orton <[email protected]>
  207. * neon.m4 (NEON_FORMAT): Take optional third argument giving
  208. format string specifier to use.
  209. (NEON_COMMON_CHECKS): Get format string for ssize_t; fix to
  210. use 'u' specifier for size_t format string.
  211. Thu Jun 13 20:34:35 2002 Joe Orton <[email protected]>
  212. * neon-xml-parser.m4 (NEON_XML_PARSER): Undocument use of =DIR
  213. parameter to --with-expat, as it gives false expectations.
  214. Wed Jun 12 23:26:40 2002 Joe Orton <[email protected]>
  215. * neon.m4 (NEON_WITH_LIBS): New macro.
  216. Mon Jun 10 22:31:50 2002 Joe Orton <[email protected]>
  217. * neon.m4 (NEON_WARNINGS): Replace -ansi-pedantic with -pedantic.
  218. Sun May 26 19:08:12 2002 Joe Orton <[email protected]>
  219. * neon-xml-parser.m4 (NEON_XML_LIBXML2): Check for
  220. libxml/xmlversion.h header too.
  221. Wed May 22 09:54:42 2002 Joe Orton <[email protected]>
  222. * neon.m4 (NE_MACOSX): Cache result.
  223. (NE_COMMON_CHECKS): Simplify tm_gmtoff check further: use
  224. AC_CHECK_MEMBERS.
  225. Mon May 20 21:18:06 2002 Joe Orton <[email protected]>
  226. * neon.m4 (NE_SEARCH_LIBS): Cache results.
  227. Mon May 20 20:55:04 2002 Joe Orton <[email protected]>
  228. * neon.m4 (LIBNEON_SOURCE_CHECKS): Use AC_CACHE_CHECK to check for
  229. SIGPIPE in signal.h; don't invade the ac_ namespace with cache
  230. variables. Cache results of tm_gmtoff test too.
  231. Mon May 20 20:35:22 2002 Joe Orton <[email protected]>
  232. * neon.m4 (NE_SNPRINTF): Simplify logic.
  233. Sun May 19 20:23:55 2002 Joe Orton <[email protected]>
  234. * neon.m4 (NEON_WARNINGS): Remove with_warnings variable;
  235. simplify.
  236. Wed May 19 08:36:44 2004 Joe Orton <[email protected]>
  237. * neon.m4 (LIBNEON_SOURCE_CHECKS): Declare stpcpy on modern
  238. "Linux-like" AIXes.
  239. Sun May 19 09:35:08 2002 Joe Orton <[email protected]>
  240. * neon.m4 (NE_FIND_AR): Fix $PATH handling on some Linux
  241. platforms.
  242. Sun May 19 09:05:22 2002 Joe Orton <[email protected]>
  243. * neon.m4 (NE_FIND_AR): New macro.
  244. (NEON_NORMAL_BUILD): Require NE_FIND_AR.
  245. * neon-test.m4: Require NE_FIND_AR. Check for hstrerror().
  246. Fri May 17 23:37:19 2002 Joe Orton <[email protected]>
  247. * neon.m4 (NEON_SSL): Allow --without-ssl again.
  248. Wed May 15 21:00:15 2002 Joe Orton <[email protected]>
  249. * neon-xml-parser.m4 (NEON_XML_LIBXML2): sed '-L/usr/lib ' out of
  250. xml2-config --libs output.
  251. Sat May 11 15:30:38 2002 Joe Orton <[email protected]>
  252. * neon.m4 (NEON_SOCKS): Moved and simplified from neon-socks.m4.
  253. Drop support for specifying directory argument; fail if
  254. --with-socks is given and socks.h is not found.
  255. * neon-socks.m4: Removed file.
  256. Sat May 11 15:22:36 2002 Joe Orton <[email protected]>
  257. * neon.m4 (NEON_DEBUG): Moved and simplified from neon-debug.m4.
  258. * neon-debug.m4: Removed file.
  259. Sat May 11 13:40:29 2002 Joe Orton <[email protected]>
  260. * neon.m4 (NEON_WARNINGS): Moved and simplified from
  261. neon-warnings.m4.
  262. * neon-warnings.m4: Removed file.
  263. Sat May 11 13:26:00 2002 Joe Orton <[email protected]>
  264. * neon.m4 (NEON_SSL): Simplified version of NEON_SSL from
  265. neon-ssl.m4. Check for ssl.h; detect OpenSSL ENGINE correctly
  266. when -lcrypto requries -ldl.
  267. * neon-ssl.m4: Removed file.
  268. Sat May 11 13:16:27 2002 Joe Orton <[email protected]>
  269. * neon.m4 (NE_SEARCH_LIBS): Allow passing 'extralibs' to include
  270. in library list when link against a specified library fails.
  271. Prepend found library/libraries to $NEON_LIBS.
  272. Sat May 11 12:40:24 2002 Joe Orton <[email protected]>
  273. * neon-xml-parser.m4 (NEON_XML_PARSER),
  274. * neon.m4 (NEON_REPLACE_SNPRINTF):
  275. Use AC_LIBOBJ rather than modify LIBOBJS directly, to appease
  276. autoconf 2.53.
  277. Wed May 1 22:32:10 2002 Joe Orton <[email protected]>
  278. * neon-xml-parser.m4 (NEON_XML_LIBXML1): Fix syntax error in
  279. libxml 1.x detection causing spurious or missing warning message.
  280. Thu Apr 25 07:38:33 2002 Joe Orton <[email protected]>
  281. * neon-xml-parser.m4 (NEON_XML_EXTERNAL_EXPAT): Check for expat.h
  282. too, to support expat 1.95.x (Branko Èibej).
  283. Tue Apr 23 21:09:55 2002 Joe Orton <[email protected]>
  284. * neon-xml-parser.m4 (NEON_FIND_PARSER_H): New macro, factored out
  285. from NEON_XML_LIBXML2.
  286. (NEON_XML_LIBXML2, NEON_XML_LIBXML1): Use it.
  287. Tue Apr 23 20:54:30 2002 Joe Orton <[email protected]>
  288. * neon-xml-parser.m4 (NEON_XML_LIBXML2): Check for parser.h or
  289. libxml/parser.h, or fail.
  290. Sat Apr 13 22:35:01 2002 Joe Orton <[email protected]>
  291. * neon.m4 (NE_SNPRINTF): Define NEON_TRIO in NEON_CFLAGS, export
  292. it from 'neon-config --cflags' output.
  293. Fri Apr 5 23:40:00 2002 Joe Orton <[email protected]>
  294. * neon.m4 (NEON_ZLIB, NE_ZLIB_VERSION): Add --with-force-zlib, to
  295. skip zlib version check. Simplify neon_zlib_message handling a
  296. little.
  297. Tue Mar 12 00:18:00 2002 Joe Orton <[email protected]>
  298. * neon.m4 (NE_ZLIB_VERSION): New macro.
  299. (NEON_ZLIB): Use it to require zlib 1.1.4.
  300. Sun Mar 10 22:05:26 2002 Joe Orton <[email protected]>
  301. * neon.m4 (NEON_ZLIB): Don't add ne_compress to NEON_EXTRAOBJS.
  302. Mon Mar 4 21:04:28 2002 Joe Orton <[email protected]>
  303. * neon-ssl.m4 (NEON_SSL): Avoid adding -I/usr/include to CFLAGS
  304. during build as well as not exporting it via neon-config.
  305. Tue Feb 19 21:30:50 2002 Joe Orton <[email protected]>
  306. * neon-socks.m4 (NEON_SOCKS): Fix configure argument name, export
  307. -L argument in NEON_LIBS, check for socks.h not sock.h, define
  308. NEON_SOCKS.
  309. Sun Jan 13 20:07:51 2002 Joe Orton <[email protected]>
  310. * neon.m4 (NE_MACOSX): New macro.
  311. (NEON_COMMON_CHECKS): Call it.
  312. Sun Jan 6 21:35:08 2002 Joe Orton <[email protected]>
  313. * neon-xml-parser.m4 (NEON_XML_PARSER): Add XML_BYTE_ORDER to
  314. CPPFLAGS; mini-expat doesn't pick up config.h.
  315. Tue Jan 1 23:30:03 2002 Joe Orton <[email protected]>
  316. * neon-xml-parser.m4 (NEON_XML_PARSER): Set XML_BYTE_ORDER
  317. appropriately.
  318. Tue Jan 1 22:50:15 2002 Joe Orton <[email protected]>
  319. * neon.m4 (NEON_CHECK_VERSION): Don't add libs for external neon
  320. to NEON_LIBS here.
  321. Tue Jan 1 22:44:05 2002 Joe Orton <[email protected]>
  322. * neon-xml-parser.m4 (NEON_XML_LIBXML2, NEON_XML_LIBXML1): Alter
  323. CPPFLAGS only, not CFLAGS.
  324. Tue Jan 1 21:49:16 2002 Joe Orton <[email protected]>
  325. * neon.m4 (NEON_USE_EXTERNAL): Factored out from NEON_COMMON.
  326. (NEON_COMMON): Use NEON_USE_EXTERNAL; simplify, improve reporting.
  327. * neon.m4 (NEON_COMMON_CHECKS): Move check for common headers
  328. here... (LIBNEON_SOURCE_CHECKS): from here.
  329. Tue Jan 1 21:44:33 2002 Joe Orton <[email protected]>
  330. * neon-test.m4 (NEON_TEST): Check for AR and RANLIB.
  331. Fri Dec 14 22:39:57 2001 Joe Orton <[email protected]>
  332. * neon-test.m4 (NEON_TEST): Pick up time_t definition from
  333. sys/time.h if present (fix for Solaris 2.6 and probably
  334. elsewhere).
  335. Fri Dec 14 22:39:32 2001 Joe Orton <[email protected]>
  336. * neon.m4 (NEON_FORMAT): Allow passing in headers where type may
  337. be defined.
  338. Mon Dec 10 07:36:26 2001 Joe Orton <[email protected]>
  339. * neon.m4 (NEON_COMMON): Fix --with-neon=PATH again.
  340. Sun Dec 9 21:40:47 2001 Joe Orton <[email protected]>
  341. * neon-test.m4 (NEON_TEST): Determine how to print time_t.
  342. Sun Dec 9 11:50:03 2001 Joe Orton <[email protected]>
  343. * neon.m4 (NEON_WITHOUT_ACL): New macro.
  344. (LIBNEON_SOURCE_CHECKS): Conditionally build ACL support.
  345. Sun Dec 9 01:06:32 2001 Joe Orton <[email protected]>
  346. * neon.m4 (NEON_CHECK_VERSION): Use NEON_CONFIG as config script,
  347. drop first argument. Better error message if the link failed.
  348. (NEON_COMMON): Cleanup. Check for neon-config in PATH. Stop if
  349. --with-neon was given, and the external neon wasn't good enough.
  350. Sun Dec 9 00:17:19 2001 Joe Orton <[email protected]>
  351. * neon-test.m4 (NEON_TEST): Requires NEON_COMMON_CHECKS.
  352. * neon-warnings.m4 (NEON_WARNINGS): Requires AC_PROG_CC.
  353. Sun Dec 9 00:13:47 2001 Joe Orton <[email protected]>
  354. * neon.m4 (NEON_COMMON_CHECKS): New macro; runs common C
  355. language/compiler checks, which may be useful to neon applications
  356. regardless of whether a bundled or external neon is being used.
  357. Use AC_REQUIRE to prevent macros being expanded more than once.
  358. (LIBNEON_SOURCE_CHECKS, NEON_COMMON): Require NEON_COMMON_CHECKS
  359. to have been expanded.
  360. Sat Dec 8 00:56:34 2001 Joe Orton <[email protected]>
  361. * neon.m4 (NEON_FORMAT): Rewrite to use cache results (should fix
  362. for cross-compiling), and for GCC, actually test for warnings -
  363. fix for Linux.
  364. Sat Dec 8 00:15:44 2001 Joe Orton <[email protected]>
  365. * neon.m4 (NEON_CHECK_SUPPORT): Send --support output to
  366. /dev/null, in case it is from pre-0.18 and prints the usage
  367. message.
  368. Sat Dec 8 00:13:55 2001 Joe Orton <[email protected]>
  369. * neon.m4 (NEON_COMMON): Prepend -lneon to NEON_LIBS rather than
  370. overwriting it when using bundled build.
  371. Mon Dec 3 19:49:28 2001 Joe Orton <[email protected]>
  372. * neon.m4 (NEON_FORMAT_PREP, NEON_FORMAT): New macros.
  373. (LIBNEON_SOURCE_CHECKS): Call them.
  374. Mon Dec 3 19:43:11 2001 Joe Orton <[email protected]>
  375. Fix gethostbyname() detection on Unixware 7:
  376. * neon.m4 (NEON_COMMON): Add -lneon to NEON_LIBS after performing
  377. source checks. (NE_SEARCH_LIBS): Test using libraries from
  378. NEON_LIBS too.
  379. Sat Nov 24 20:33:11 2001 Joe Orton <[email protected]>
  380. * neon.m4 (NEON_CHECK_SUPPORT): New macro. (NEON_COMMON): Define
  381. NEON_SUPPORTS_{SSL,ZLIB} when using an external neon.
  382. Sat Nov 24 20:25:15 2001 Joe Orton <[email protected]>
  383. * neon.m4 (NEON_WITHOUT_ZLIB): New function.
  384. (LIBNEON_SOURCE_CHECKS): Conditionally enable zlib support.
  385. Sun Nov 18 12:29:08 2001 Joe Orton <[email protected]>
  386. * neon-ssl.m4 (NEON_SSL): Don't add -I/usr/include to NEON_CFLAGS.
  387. Sat Oct 27 12:20:08 2001 Joe Orton <[email protected]>
  388. * neon.m4, neon-ssl.m4: Substitute NEON_SUPPORTS_ZLIB,
  389. NEON_SUPPORTS_DAV, NEON_SUPPORTS_SSL as "yes" or "no"
  390. appropriately.
  391. Thu Oct 25 14:29:53 2001 Mo DeJong <[email protected]>
  392. * neon.m4 (NEON_NORMAL_BUILD): Use AC_CHECK_TOOL instead of
  393. AC_PATH_PROG so that cross compilation works properly.
  394. Sat Oct 6 13:36:58 2001 Joe Orton <[email protected]>
  395. * neon.m4 (NEON_ZLIB): New macro. (LIBNEON_SOURCE_CHECKS):
  396. print warning if struct tm lacks tm_gmtoff.
  397. Sat Oct 6 12:39:09 2001 Joe Orton <[email protected]>
  398. * neon.m4: Require autoconf 2.50. Use AC_HELP_STRING where
  399. possible, and AC_MSG_NOTICE instead of 'echo'.
  400. * neon-ssl.m4, neon-xml-parser.m4, neon-socks.m4: Quoting fixes
  401. for help strings.
  402. Tue Oct 2 21:13:24 2001 Joe Orton <[email protected]>
  403. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for tm_gmtoff in struct
  404. tm.
  405. Sun Sep 30 23:35:03 2001 Joe Orton <[email protected]>
  406. * neon.m4 (NE_SEARCH_LIBS): AC_SEARCH_LIBS replacement, adds found
  407. libraries to NEON_LIBS instead.
  408. Sun Sep 30 11:11:19 2001 Joe Orton <[email protected]>
  409. * neon-test.m4: New file.
  410. Sun Sep 30 11:09:58 2001 Joe Orton <[email protected]>
  411. * neon.m4, neon-xml-parser.m4: Always add libs to $LIBS rather
  412. than $NEONLIBS.
  413. * neon.m4: Export NEON_CFLAGS.
  414. Sat Sep 29 14:12:53 2001 Joe Orton <[email protected]>
  415. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for zlib (zlib.h, inflate
  416. in -lz). Add ne_compress to NEON_EXTRAOBJS.
  417. Tue Sep 25 07:31:53 2001 Mo DeJong <[email protected]>
  418. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for <signal.h> instead of
  419. <sys/signal.h>. Define HAVE_SIGPIPE if SIGPIPE is defined in
  420. <signal.h>.
  421. Mon Sep 24 20:16:47 2001 Joe Orton <[email protected]>
  422. * neon-xml-parser.m4 (NEON_XML_EXTERNAL_EXPAT): Fix broken
  423. AC_DEFINE (Mo DeJong).
  424. Mon Sep 24 17:24:42 2001 Joe Orton <[email protected]>
  425. * ac_c_bigendian_cross.m4: New file.
  426. * neon.m4: Use AC_C_BIGENDIAN_CROSS rather than AC_C_BIGENDIAN.
  427. Mon Sep 17 23:29:11 2001 Joe Orton <[email protected]>
  428. * neon.m4 (LIBNEON_SOURCE_CHECKS): Check for setvbuf().
  429. Sun Sep 16 20:39:05 2001 Joe Orton <[email protected]>
  430. * neon-ssl.m4 (NEON_SSL): Put SSL libs in LIBS rather than
  431. NEONLIBS (and lib paths).
  432. Sun Sep 16 20:36:53 2001 Joe Orton <[email protected]>
  433. * neon.m4 (NEON_COMMON): Add library paths to NEONLIBS rather than
  434. LDFLAGS.
  435. Sat Jun 9 22:06:25 2001 Joe Orton <[email protected]>
  436. * neon-debug.m4: New file.
  437. Thu May 31 00:04:51 2001 Joe Orton <[email protected]>
  438. * neon.m4 (NEON_COMMON_BUILD): Update filenames.
  439. (NEON_CHECK_VERSION): Do simple AC_TRY_LINK and warn appropriately
  440. before checking version.
  441. Thu May 31 00:03:40 2001 Joe Orton <[email protected]>
  442. * neon-warnings.m4: Add -Wbad-function-cast.
  443. Wed May 30 23:37:48 2001 Joe Orton <[email protected]>
  444. * neon-xml-parser.m4: Added --with-libxml1 and --with-libxml2
  445. arguments.
  446. Tue Apr 17 23:06:25 2001 Joe Orton <[email protected]>
  447. * neon-ssl.m4: Define neon_ssl_message for configure output.
  448. Wed Apr 11 23:14:33 2001 Joe Orton <[email protected]>
  449. * neon.m4 (NEON_COMMON_BUILD): Fix specifying a list of object
  450. files.
  451. Fri Apr 6 23:09:58 2001 Joe Orton <[email protected]>
  452. * neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SOCKS.
  453. Fri Apr 6 23:08:39 2001 Joe Orton <[email protected]>
  454. * neon-socks.m4: Add basic SOCKSv5 support (untested).
  455. Mon Apr 2 21:42:40 2001 Joe Orton <[email protected]>
  456. * neon.m4: Version is 0.13.0, interface version 13:0:0.
  457. Mon Apr 2 00:27:37 2001 Joe Orton <[email protected]>
  458. * neon.m4: Move check for 'ar' program to NEON_NORMAL_BUILD, it's
  459. not necessary for libtool build.
  460. Mon Apr 2 00:17:58 2001 Joe Orton <[email protected]>
  461. * neon-xml-parser.m4 (NEON_XML_PARSER): Check for xmlversion.h
  462. header from libxml2.
  463. Sun Apr 1 21:23:26 2001 Joe Orton <[email protected]>
  464. * neon-xml-parser.m4: Add expat2 support (Sam TH <[email protected]>).
  465. Wed Mar 21 10:56:03 2001 Joe Orton <[email protected]>
  466. * neon-xml-parser.m4: Add libxml2 support.
  467. Sun Mar 4 15:45:21 2001 Joe Orton <[email protected]>
  468. * neon-xml-parser.m4 (NEON_XML_PARSER): Use an m4 ifelse rather
  469. than a shell test to code the conditional on whether an argument
  470. was passed to the macro or not.
  471. Sun Mar 4 15:23:47 2001 Joe Orton <[email protected]>
  472. * neon.m4: Add "actions if not bundled" argument to *_BUNDLED
  473. macros.
  474. Mon Feb 26 22:52:24 2001 Joe Orton <[email protected]>
  475. * neon.m4: Version is 0.12.0.
  476. Mon Feb 26 22:06:13 2001 Joe Orton <[email protected]>
  477. * neon.m4: Versionn is 0.12.0-dev.
  478. Sun Feb 25 17:12:49 2001 Joe Orton <[email protected]>
  479. * neon.m4 (LIBNEON_SOURCE_CHECKS): Add checks for endianness (for
  480. md5 code), inline, and const.
  481. Sun Feb 25 17:00:07 2001 Joe Orton <[email protected]>
  482. * neon.m4 (NEON_COMMON): Rename NEON_IS_BUNDLED to
  483. NEON_BUILD_BUNDLED.
  484. Sun Feb 25 16:52:19 2001 Joe Orton <[email protected]>
  485. * neon.m4 (NEON_COMMON): Define NEON_IS_BUNDLED to "yes" or "no"
  486. appropriately.
  487. Sat Feb 24 00:06:09 2001 Joe Orton <[email protected]>
  488. * neon.m4 (LIBNEON_SOURCE_CHECKS): Don't set NEON_NEED_XML_PARSER
  489. here. (NEON_COMMON): ... set it here instead.
  490. (NEON_WITHOUT_WEBDAV): New macro to disable WebDAV support.
  491. (NEON_COMMON_BUILD): Select default set of object files to build
  492. depending on whether DAV is enabled or not.
  493. Fri Feb 23 23:28:09 2001 Joe Orton <[email protected]>
  494. * neon.m4 (NEON_COMMON_BUILD): Use an m4 'ifelse' for the number
  495. of args test.
  496. * neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD,
  497. NEON_COMMON_BUILD): Set NEON_OBJEXT correctly (fixes
  498. dependancies).
  499. Sun Feb 4 14:55:10 2001 Joe Orton <[email protected]>
  500. * neon.m4: Version is 0.11.0, interface version is 11:0:0.
  501. Sun Jan 28 17:16:27 2001 Joe Orton <[email protected]>
  502. * neon.m4 (NEON_CHECK_VERSION): Run actions-if-okay if
  503. NEON_REQUIRE has not been called.
  504. Sun Jan 28 14:53:57 2001 Joe Orton <[email protected]>
  505. * neon.m4 (NEON_REQUIRE, NEON_CHECK_VERSION): New macros.
  506. (NEON_COMMON): If a required version is defined, check that an
  507. external neon library matches it.
  508. Sun Jan 28 10:39:31 2001 Joe Orton <[email protected]>
  509. * neon.m4: Define NEON_VERSION, NEON_VERSION_{MAJOR,MINOR} in
  510. config.h rather than substituting into neon_config.h.
  511. Sat Jan 27 22:55:42 2001 Joe Orton <[email protected]>
  512. * neon.m4: Include version string in library message.
  513. Tue Jan 23 23:14:33 2001 Joe Orton <[email protected]>
  514. * neon.m4 (NEON_VERSIONS): New macro. (NEON_COMMON): Call it from
  515. here.
  516. Mon Jan 15 22:26:54 2001 Joe Orton <[email protected]>
  517. * neon-xml-parser.m4 (NEON_XML_PARSER): Append rather than
  518. overwrite CFLAGS.
  519. Thu Jan 11 20:49:12 2001 Joe Orton <[email protected]>
  520. * neon-ssl.m4: Check for OpenSSL in /usr too.
  521. Thu Jan 11 20:05:34 2001 Joe Orton <[email protected]>
  522. * neon.m4 (NEON_VPATH_BUNDLED): New macro. (NEON_BUNDLED): Call
  523. NEON_COMMON_BUNDLED. (NEON_COMMON_BUNDLED): Abstracted from
  524. NEON_BUNDLED.
  525. Wed Jan 10 22:44:37 2001 Joe Orton <[email protected]>
  526. * neon.m4 (NEON_LIBTOOL_BUILD, NEON_NORMAL_BUILD): Pass optional
  527. set of objects to build to these macros. Else, all objects go in
  528. NEONOBJS. (NEON_COMMON_BUILD): Implement that. Also substitute
  529. NEON_LINK_FLAGS.
  530. Mon Jan 8 22:23:51 2001 Joe Orton <[email protected]>
  531. * neon-xml-parser.m4 (NEON_XML_PARSER): Put XML parser libs in
  532. $NEONLIBS rather than $LIBS.
  533. Mon Jan 8 22:20:51 2001 Joe Orton <[email protected]>
  534. * neon-ssl.m4 (NEON_SSL): Put OpenSSL libs in $NEONLIBS rather
  535. than LIBS.
  536. Sun Jan 7 17:30:54 2001 Joe Orton <[email protected]>
  537. * neon.m4 (NEON_BUNDLED): Add optional second argument to specify
  538. builddir of bundled sources (Peter Moulder <[email protected]>).
  539. Wed Jan 3 21:33:05 2001 Joe Orton <[email protected]>
  540. * neon.m4: Place libraries needed to use neon in NEONLIBS. Adding
  541. them to LIBS breaks bundled builds since libneon doesn't exist at
  542. configure-time, and configure uses $LIBS.
  543. Wed Jan 3 21:17:00 2001 Joe Orton <[email protected]>
  544. * neon.m4 (NEON_COMMON_BUILD): Don't set top_builddir using 'pwd'.
  545. Wed Jan 3 21:15:04 2001 Joe Orton <[email protected]>
  546. * neon.m4 (NEON_COMMON): If using bundled neon, add -L<bundled
  547. dir> to LDFLAGS, and -lneon to LIBS.
  548. Fri Dec 22 23:13:39 2000 Joe Orton <[email protected]>
  549. * neon.m4 (NEON_NORMAL_BUILD, NEON_COMMON_BUILD): New macros.
  550. Tue Dec 19 22:13:18 2000 Joe Orton <[email protected]>
  551. * neon.m4 (NEON_LIBTOOL_BUILD): New macro.
  552. Wed Dec 13 22:07:07 2000 Joe Orton <[email protected]>
  553. * neon.m4: Add a decent interface: NEON_LIBRARY for non-bundled
  554. case, NEON_BUNDLED for the bundled case. (LIBNEON_SOURCE_CHECKS):
  555. Always set NEON_NEED_XML_PARSER.
  556. * neon-xml-parser.m4 (NEON_XML_PARSER): Only execute if
  557. "$NEON_NEED_XML_PARSER" = "yes".
  558. Sun Nov 19 22:52:56 2000 Joe Orton <[email protected]>
  559. * neon.m4, neon-ssl.m4, neon-warnings.m4, neon-xml-parser.m4:
  560. Clarify that the more liberal license applies to the m4 files
  561. only, not neon in general.
  562. Sun Nov 19 22:40:01 2000 Joe Orton <[email protected]>
  563. * neon.m4 (NEON_LIBRARY): Don't call NEON_XML_PARSER, set
  564. NEON_NEED_XML_PARSER to "yes" if it needs to be called.
  565. Sun Nov 19 22:31:26 2000 Joe Orton <[email protected]>
  566. * neon-xml-parser.m4 (NEON_XML_PARSER): Switch to useing
  567. NEON_INCLUDED_EXPAT m4 macro rather than passing arguments.
  568. Sun Nov 19 22:20:36 2000 Joe Orton <[email protected]>
  569. * neon.m4 (NEON_LIBRARY): Switch to using NEON_INCLUDED_SOURCE m4
  570. macro rather than passing arguments to the NEON_LIBRARY macro.
  571. Sun Nov 5 23:26:18 2000 Joe Orton <[email protected]>
  572. * neon-xml-parser.m4: Never set LIBS if using a libtool-built
  573. libexpat.la (Greg Stein).
  574. 2000-10-10 Joe Orton <[email protected]>
  575. * neon-xml-parser.m4: If libexpat.la is included in the
  576. --with-expat parameter, then use a libtool-friendly LIBS. (Greg
  577. Stein)
  578. Sat Oct 7 19:16:08 2000 Joe Orton <[email protected]>
  579. * neon-xml-parser.m4: Link against a libexpat.la if found in
  580. --with-expat location. (Greg Stein).
  581. Mon Sep 11 15:05:58 2000 Joe Orton <[email protected]>
  582. * neon.m4: Use AC_SEARCH_LIBS for finding gethostbyname() and
  583. socket().
  584. Mon Sep 11 15:03:45 2000 Joe Orton <[email protected]>
  585. * neon.m4 (NEON_REPLACE_SNPRINTF): New macro.
  586. Fri Sep 8 14:30:37 2000 Joe Orton <[email protected]>
  587. * neon.m4: Check for socket() in -lsocket, -linet.
  588. Thu Sep 7 00:11:51 2000 Joe Orton <[email protected]>
  589. * neon-xml-parser.m4: Added --with-expat flag (patch by Greg
  590. Stein).
  591. Sun Aug 13 11:12:41 2000 Joe Orton <[email protected]>
  592. * strftime.m4: New file, from fileutils-4.0i.
  593. Thu Jul 27 19:59:18 2000 Joe Orton <[email protected]>
  594. * neon-ssl.m4: Append the SSL libs on the end of $LIBS rather than
  595. redefining it completely.
  596. Thu Jul 27 19:43:38 2000 Joe Orton <[email protected]>
  597. * neon.m4: Define variable neon_library_message to describe what
  598. neon library is being used.
  599. Mon Jul 24 16:56:34 2000 Joe Orton <[email protected]>
  600. * neon-ssl.m4: Put -lssl before -lcrypto in LIBS.
  601. Thu Jul 20 15:12:14 2000 Joe Orton <[email protected]>
  602. * neon-xml-parser.m4 (NEON_XML_PARSER): Pass directory name
  603. containing bundled expat sources as $1.
  604. * neon.m4 (NEON_LIBRARY): Pass directory name containing bundled
  605. neon sources as $1, and $2 is passed to NEON_XML_PARSER for
  606. similar use.
  607. Thu Jul 20 15:04:49 2000 Joe Orton <[email protected]>
  608. * neon-ssl.m4: Rewritten from scratch. Support OpenSSL only.
  609. Thu Jul 20 12:41:23 2000 Joe Orton <[email protected]>
  610. * neon.m4, neon-xml-parser.m4, neon_warnings.m4: Added licensing
  611. information.
  612. Wed Jul 19 19:30:24 2000 Joe Orton <[email protected]>
  613. * neon-warnings.m4: New file. (NEON_WARNINGS): Macro for doing
  614. --enable-warnings.
  615. Sun Jun 18 12:12:23 2000 Joe Orton <[email protected]>
  616. * neon.m4: Only add --with-included-neon flag if neon is bundled.
  617. Sun Jun 18 12:08:23 2000 Joe Orton <[email protected]>
  618. * gnome-x-checks.m4: Imported from GNOME CVS macros module,
  619. adding: descriptive args to AC_DEFINE HAVE_LIBSM call, requiring
  620. Gtk 1.2.8 and the Gtk 'gthread' module.
  621. Mon May 29 15:10:24 2000 Joe Orton <[email protected]>
  622. * neon.m4 (LIBNEON_SOURCE_CHECKS): Call NEON_SSL.
  623. Tue May 23 19:11:29 2000 Joe Orton <[email protected]>
  624. * neon.m4: Renamed from neon-checks.m4.
  625. Sun May 21 23:52:27 2000 Joe Orton <[email protected]>
  626. * neon-ssl.m4: New file.
  627. Sat May 13 21:08:54 2000 Joe Orton <[email protected]>
  628. * acconfig.h: Added HAVE_LC_MESSAGE (my lcmessage.m4 is missing
  629. the appropriate description arguments).
  630. Sat May 13 21:08:40 2000 Joe Orton <[email protected]>
  631. * acconfig.h: Added PACKAGE and VERSION.
  632. Sat May 13 21:02:29 2000 Joe Orton <[email protected]>
  633. * socklen-arg-type.m4: Added file, modified from a KDE
  634. configure.in.
  635. Sat May 13 20:44:56 2000 Joe Orton <[email protected]>
  636. * gnome-x-checks.m4: Added description arguments to
  637. AC_DEFINE(HAVE_LIBSM).
  638. Wed May 10 19:18:14 2000 Joe Orton <[email protected]>
  639. * neon-xml-parser.m4: Error if no XML parser is found.
  640. Wed May 10 14:33:21 2000 Joe Orton <[email protected]>
  641. * neon-checks.m4: New file.
  642. Wed May 10 14:26:57 2000 Joe Orton <[email protected]>
  643. * neon-xml-parser.m4 (NEON_XML_PARSER): Use "neon_" prefix for
  644. variables.
  645. Wed May 10 13:47:04 2000 Joe Orton <[email protected]>
  646. * acconfig.h: New file.
  647. Wed May 10 13:42:16 2000 Joe Orton <[email protected]>
  648. * neon-xml-parser.m4: New file.
  649. Sun May 7 21:57:32 2000 Joe Orton <[email protected]>
  650. * gnome-x-checks.m4 (GNOME_X_CHECKS): Check for Gtk 1.2.7 or
  651. later, passing "gthread" module argument.