summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Rename from configure.in.joe2014-09-201-213/+0
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1939 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/neon.m4, configure.in: Fix ABI versioning for backwards-compatjoe2013-07-311-3/+4
| | | | | | | with 0.27.x. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1930 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_defs.h: Only define NE_PRIVATE if undefined.joe2010-01-081-1/+9
| | | | | | | * configure.in: Define NE_PRIVATE to 'extern' for a static build. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1777 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Use a GNU linker script if supported, to enablejoe2009-09-021-3/+9
| | | | | | | | | symbol versioning. * src/neon.vers: Add linker script. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1704 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Reorder to prevent autoconf 2.6x warnings.joe2009-07-021-12/+12
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1665 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Add notice for forced PIC usage.joe2008-11-201-0/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1612 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
* * configure.in: Build PIC objects in default configuration, unlessjoe2008-06-171-0/+4
| | | | | | | non-PIC explicitly requested. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1451 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in, autogen.sh: Support libtool 2.2.joe2008-03-171-1/+1
| | | | | | | Submitted by: Arfrever Frehtes Taifersar Arahesis git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1412 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: zh -> zh_CN in ALL_LINGUAS.joe2008-03-031-1/+1
| | | | | | | | | * po/zh_CN.po: New translation, from Dongsheng Song. * po/zh.po: Renamed to above. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1393 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add test case for PKCS#11 support using NSS software token:joe2008-02-211-1/+5
| | | | | | | | | | | | | | | | * configure.in: Check for pk12util, certutil. Generate test/makekeys. * test/ssl.c (pkcs11, pkcs11_pin): New functions. * test/makekeys.sh: Use configure-determined paths for openssl, and NSS tools. Generate nssdb for PKCS#11 testing if NSS tools present. * test/Makefile.in (ca-stamp): Run generated makekeys in builddir. (makekeys): Generate using config.status. (clean): Clean nssdb. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1374 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Revert diff r1320:r1314.joe2008-02-061-9/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1323 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add libneon-gnutls support library to allow use of external signingjoe2008-01-311-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* * configure.in: Wording tweak, no functional change.joe2008-01-301-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1307 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add Polish translation, from Arfrever Frehtes Taifersar Arahesis:joe2007-11-261-1/+1
| | | | | | | | | * configure.in: Add pl locale. * po/pl.po: New file. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1277 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Set NEON_LINK_FLAGS later; also use -release if ABI joe2007-09-021-7/+11
| | | | | | | | | | | variations are noted. * macros/neon.m4 (NE_ADD_ABITAG): New macro. (NE_LARGEFILE): Add LFS ABI tag if LFS is enabled. (NEON_COMMON_BUNDLED): Add NODAV ABI tag if DAV support is disabled. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1248 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Substitute NEON_PC_LIBS for neon.pc.joe2006-06-261-0/+11
| | | | | | | * neon.pc.in: Define Libs.Private; use only NEON_PC_LIBS in Libs. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1054 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in, po/zh.po: Add Simplified Chinese translation, from Dongsheng joe2006-05-111-1/+1
| | | | | | | Song. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1045 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in, po/it.po: Remove translation which looks toojoe2005-08-291-1/+1
| | | | | | | sitecopy-specific. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@692 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Implement support for internationalization of error message:joe2005-08-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* * configure.in: Disable tests-install mode by default.joe2005-06-301-1/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@651 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (install-tests): New target.joe2005-06-291-0/+12
| | | | | | | | | | | | | | | * 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
* * configure.in: Use NE_VERSIONS_BUNDLED.joe2005-04-061-2/+2
| | | | | | | | * src/ne_utils.c (ne_version_match): Update for new version macros; make behaviour and docs match reference documentation. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@558 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.in: Just AC_DEFINE NEON_IS_LIBRARY; update copyrightjoe2005-02-141-9/+4
| | | | | | | notice; be less noisy. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@481 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/Makefile.in: Pick up top_builddir from autoconf.joe2004-10-101-2/+0
| | | | | | | * configure.in: Let autoconf define top_builddir. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@307 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Merge trunk up to current neon CVS HEAD.joe2004-10-021-36/+40
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@256 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.4.joe2004-10-021-0/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@251 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.2.joe2004-10-021-2/+3
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@247 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon 0.24.0 to begin 0.24.x branch.joe2004-10-021-0/+152
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@243 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845