summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in, README: Collect copyright notices from po/*.joe2009-09-041-2/+2
| | | | | | | * po/: Update copyright notices. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1722 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in: Avoid dupes in copyright notices.joe2009-08-111-2/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1678 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * README, Makefile.in: Update copyright-notice-collector.joe2009-06-091-2/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1661 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in: Fix Makefile/neon-config generation in VPATH builds.joe2008-11-211-2/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1616 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (DIST_HEADERS): Add new ACL interface.joe2008-10-141-1/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1568 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Update mailing list address throughout.joe2008-07-191-1/+1
| | | | | | | * doc/using-neon.txt: Remove stale doc. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1509 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * README: Update copyright notices.joe2008-06-271-0/+5
| | | | | | | * Makefile.in (update-copyright): New target. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1454 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * doc/man.xsl: New file.joe2008-04-171-2/+2
| | | | | | | * Makefile.in: Use man.xsl to customize man page output. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1449 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in: Install ne_pkcs11.h.joe2008-02-071-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1337 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Revert diff r1320:r1314.joe2008-02-061-15/+6
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1323 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/Makefile.in, Makefile.in: Fix for NE_SSL_LIBNAME for non-GnuTLSjoe2008-01-311-1/+1
| | | | | | | build. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1318 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add libneon-gnutls support library to allow use of external signingjoe2008-01-311-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callback with GnuTLS: * src/lib_gnutls.c, src/ne_gnutls.h, neon-gnutls.pc.in: New files. * src/ne_privssl.h (struct ne_ssl_context_s): Add sign_func, sign_data fields. * macros/neon.m4 (NEON_SSL): Define NE_SSL_LIBNAME; check for gnutls_sign_callback_set, add new exports NE_SSL_CFLAGS and NE_LIBSSL_LTFLAGS. Export NEON_LIBEXT in place of NEON_TARGET, NE_LIBNEON_LTFLAGS in place of NEON_LINK_FLAGS; * src/Makefile.in: Add and adjust targets to build libneon-gnutls iff configured with GnuTLS support. * Makefile.in (install-lib-ssl-no, install-lib-ssl-gnutls): New targets. * neon-config.in: Add --la-file=gnutls, --cflags=gnutls support. * src/ne_socket.c (ne_sock_connect_ssl): Set up the sign_func callback if non-NULL. * configure.in: Adjust for NEON_LINK_FLAGS rename. Define NE_LIBSSL_LTFLAGS. Generate neon-gnutls.pc. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1315 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in: Add datarootdir to silence autoconf/config.status warning.joe2008-01-311-0/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1312 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (install-nls-yes): Fix for VPATH builds, patch from Hansjoe2007-02-261-1/+1
| | | | | | | Meine. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1164 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (update-po): Send output to /dev/null when checkingjoe2006-03-011-2/+2
| | | | | | | format strings. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@976 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (XGETTEXT_OPTS): Explicitly mark functions taking format strings.joe2005-09-171-1/+4
| | | | | | | (update-po): Pass --check-format to msgfmt. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@705 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (doc-status): Add hacky target to see what is undocumented...joe2005-09-141-0/+7
| | | | | | | "for maintainer's use only". git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@697 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Implement support for internationalization of error message:joe2005-08-191-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.in (NEON_BASEOBJS): Build ne_i18n.o. * src/ne_i18n.c: Include config.h, ne_i18n.h. (ne_i18n_init): Renamed from neon_i18n_init. * src/ne_i18n.h: Remove library-private definition of '_' and 'N_' macros. * src/ne_internal.h: New header; add definitions of _ and N_. * src/*.c: Update all sources to include ne_internal.h instead of ne_i18n.h. * po/: New directory. Add message catalog template and translated message catalogs extracted from sitecopy. * macros/neon-test.m4: Check for setlocale and locale.h. * test/common/tests.c: Include locale.h, ne_i18n.h. (main): Call setlocale and ne_i18n_init. * test/run.sh: By default disable i18n to allow checks for English error messages to succeed. * .release.sh: Compile the gmo files here. * macros/neon.m4 (NEON_I18N): Add macro. * configure.in: Use NEON_I18N. Define ALL_LINGUAS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@680 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (install-tests): New target.joe2005-06-291-0/+3
| | | | | | | | | | | | | | | * configure.in: Add --enable-install-tests to support test suite installation; only add -no-install to TEST_LDFLAGS if not given. * test/Makefile.in (install, random.txt): New targets. (LINK): Use TEST_LDFLAGS. (ZLIB_HELPERS): Add random.txt. * test/compress.c (init): Use random.txt in pwd rather than trying to find NEWS from the srcdir. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@648 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (DIST_HEADERS): Do install ne_xmlreq.h.joe2005-04-171-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@582 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (DIST_HEADERS): Don't try to install non-existantjoe2005-04-141-2/+2
| | | | | | | ne_cookies.h. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@562 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * ChangeLog.CVS: Renamed from ChangeLog.joe2005-02-261-0/+3
| | | | | | | * Makefile.in (ChangeLog): New target. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@494 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (clean, subdirs, check): Be less noisy.joe2005-02-141-7/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@480 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (cover): Remove all .*da files before running coveragejoe2005-01-211-3/+3
| | | | | | | testing to avoid gcda merge errors. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@442 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (uncover, cover): Remove all .*da files beforejoe2004-10-311-2/+2
| | | | | | | re-running coverage testing. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@348 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (uncover): New target.joe2004-10-311-3/+11
| | | | | | | | | | | (cover): Adapt for modern gcc. * src/Makefile.in (clean): Clean more. * test/Makefile.in (clean): Clean more. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@343 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (distclean): Remove neon.pc.joe2004-10-101-2/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@302 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.3.joe2004-10-021-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@249 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.1.joe2004-10-021-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@244 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon 0.24.0 to begin 0.24.x branch.joe2004-10-021-0/+158
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@243 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845