summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Move CFLAGS setting further down, to make AC_PROG_CC add -g to it.Simon Josefsson2007-09-201-5/+5
|
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-201-0/+23
|
* Bump versions.Simon Josefsson2007-09-201-4/+4
|
* Fix.Simon Josefsson2007-09-171-2/+2
|
* Rename.Simon Josefsson2007-09-171-1/+3
|
* Bump versions.Simon Josefsson2007-09-071-2/+2
|
* Use three-digit versions.Simon Josefsson2007-09-031-1/+1
|
* Bump versions.Simon Josefsson2007-08-311-2/+2
|
* Drop gnits mode.Simon Josefsson2007-08-311-1/+1
|
* Bump versions.Simon Josefsson2007-08-201-2/+2
|
* Bump version.Simon Josefsson2007-08-161-2/+2
|
* Set shared library version correctly.Simon Josefsson2007-08-111-3/+3
|
* Bump versions.Simon Josefsson2007-08-081-2/+2
|
* Bump versions.Simon Josefsson2007-07-141-2/+2
|
* Check for scm_from_locale_string instead of SCM_API.Simon Josefsson2007-06-291-5/+9
| | | | Patch from ludo@gnu.org (Ludovic Courtès).
* Check that the guile header files is recent enough and that it works.Simon Josefsson2007-06-261-5/+7
|
* Move Guile setup stuff down under 'External libraries'.Simon Josefsson2007-06-261-58/+59
|
* Fix installation path of Guile bindings.Simon Josefsson2007-06-261-3/+3
|
* Bump versions.Simon Josefsson2007-06-261-2/+2
|
* Make sure Guile is 1.8 or later.Ludovic Courtes2007-06-261-18/+29
| | | | | | * configure.in: Make sure Guile is 1.8 or later, using `GUILE_CHECK'. Signed-off-by: Simon Josefsson <simon@josefsson.org>
* Bump versions.Simon Josefsson2007-06-131-2/+2
|
* Need to use CFLAGS when checking for -Wno-pointer-sign.Simon Josefsson2007-06-111-3/+3
| | | | Reported by "Kristofer T. Karas" <ktk@enterprise.bidmc.harvard.edu>.
* Bump versions.Simon Josefsson2007-06-081-2/+2
|
* Fixed the `-Wno-strict-prototypes' issue in Guile code.Ludovic Courtes2007-06-061-8/+11
| | | | | | | | | | * configure.in: Add all custom CFLAGS to `AM_CFLAGS' rather than `CFLAGS', except for `-D_REENTRANT -D_THREAD_SAFE' which must be present during feature tests. Substitute `AM_CFLAGS'. * src/Makefile.am (libguile_gnutls_v_0_la_CFLAGS): Added `$(AM_CFLAGS)'. (libguile_gnutls_extra_v_0_la_CFLAGS): Likewise. (AM_CFLAGS): When GCC is used, add `-Wno-strict-prototypes'.
* Cosmetic changes in `configure.in'.Ludovic Courtes2007-06-061-0/+4
| | | | | * configure.in: Display a heading indicating that Guile stuff are being detected.
* Don't look for Guile when `guile-snarf' is not found.Ludovic Courtes2007-06-061-2/+3
| | | | | * configure.in: Don't invoke `GUILE_PROGS' and `GUILE_FLAGS' when `guile-snarf' is not found.
* Build cleanups following Simon's comments.Ludovic Courtes2007-05-311-25/+26
| | | | | | | | | * Makefile.am (SUBDIRS): Add `guile' when `HAVE_GUILE'. * configure.in: When `guile-snarf' is not found, set `opt_guile_bindings' to `no' instead of bailing out. * src/Makefile.am (GUILE_FOR_BUILD): Fixed `-L' parameter.
* Tiny cosmetic change in `configure.in'.Ludovic Courtès2007-05-311-1/+0
|
* Try to handle "function declaration isn't a prototype" warnings.Ludovic Courtès2007-05-301-0/+2
|
* Started Guile integration.Ludovic Courtès2007-05-301-1/+48
| | | | | Documentation is still missing. A bit rough on the edges, but `make' and `make check' do work.
* Bump versions.Simon Josefsson2007-05-261-2/+2
|
* Bump versions.Simon Josefsson2007-05-261-2/+2
|
* Bump versions.Simon Josefsson2007-05-241-2/+2
|
* add makefile for the openpgp test folderTimo Schulz2007-05-141-1/+1
|
* Check for OpenCDK function that is only available in OpenCDK 0.6.0.Simon Josefsson2007-04-221-2/+1
|
* Bump versions.Simon Josefsson2007-04-161-2/+2
|
* Add anon conditional.Simon Josefsson2007-04-101-0/+1
|
* Fix --disable-*.Simon Josefsson2007-04-101-3/+4
|
* Add --disable-tls-authorization.Simon Josefsson2007-04-101-0/+13
|
* Need stddef.h for opencdk.h.Simon Josefsson2007-04-031-1/+3
|
* Fix LIBGNUTLS_EXTRA_* for cdk changes.Simon Josefsson2007-04-031-2/+2
|
* Use AC_LIB_HAVE_LINKFLAGS to find opencdk, remove opencdk.m4.Simon Josefsson2007-04-031-7/+9
|
* Bump due to added APIs.Simon Josefsson2007-03-071-3/+3
|
* Reorder.Simon Josefsson2007-03-051-2/+2
|
* Reorder.Simon Josefsson2007-03-051-1/+2
|
* Reorder.Simon Josefsson2007-03-051-3/+3
|
* Use build-aux/.Simon Josefsson2007-03-051-0/+1
|
* Bump versions.Simon Josefsson2007-02-221-2/+2
|
* Fix so version due to added APIs.Simon Josefsson2007-02-221-3/+3
|
* Add self test of rfc2818 server identity check.Simon Josefsson2007-02-161-0/+1
|