aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added PKA stuffWerner Koch2006-01-031-1/+1
|
* GPA does now work with the glib based i/o backend.Werner Koch2005-11-181-3/+9
|
* 2005-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-11-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add support for --enable-w32-glib (disabled by default). Invoke AM_PATH_GLIB_2_0. gpgme/ 2005-11-17 Marcus Brinkmann <[email protected]> * w32-glib-io.c: New file. * gpgme.def (gpgme_get_giochannel): Add symbol. * Makefile.am (system_components) [HAVE_DOSISH_SYSTEM]: Remove w32-io.c. (ltlib_gpgme_extra): New variable. (lib_LTLIBRARIES): Add $(ltlib_gpgme_extra). (system_components_not_extra): New variable. (libgpgme_la_SOURCES, libgpgme_pthread_la_SOURCES, (libgpgme_pth_la_SOURCES): Add $(system_components_not_extra). (libgpgme_glib_la_LDFLAGS, libgpgme_glib_la_DEPENDENCIES, (libgpgme_glib_la_LIBADD, libgpgme_glib_la_CFLAGS) [BUILD_W32_GLIB]: New variables. * gpgme-config.in (glib): New option. * gpgme.m4 (AM_PATH_GPGME_GLIB): New macro. m4/ 2005-11-17 Marcus Brinkmann <[email protected]> * glib-2.0.m4: New file.
* build static and shared lib by default - required by gpgol.Werner Koch2005-11-151-5/+4
|
* 2005-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-201-3/+2
| | | | | | | | * configure.ac: Instead checking for windres and dlltool, invoke AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC. * src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies the rules.
* Post-release fixup.Marcus Brinkmann2005-10-011-1/+1
|
* 2005-10-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-011-4/+4
| | | | | | | | | Released 1.1.0. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for release. (LIBGPGME_LT_REVISION): Reset to 0 for release.
* 2005-09-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-121-1/+0
| | | | | | | | | | | | | | | | | | | | | * configure.ac (HAVE_PTH): Don't add $PTH_CFLAGS to $CFLAGS here. gpgme/ 2005-09-12 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgme_la_SOURCES): Set to ath.h and ath.c. (ath_pth_src, ath_pthread_src): Removed. (w32_o_files): Replace ath-compat.o with ath.o. (libgpgme_pth_la_CFLAGS): New variable. * ath-compat.c, ath-pthread-compat.c, ath-pth-compat.c: Removed. * ath.h (ath_pthread_available, ath_pth_available): Removed. (ath_init) [!_ATH_EXT_SYM_PREFIX]: Do not define macro. (struct ath_ops, ath_init) [_ATH_COMPAT]: Removed. (_ATH_COMPAT): Macro removed. * posix-sema.c (_gpgme_sema_subsystem_init): Do not call _gpgme_ath_init.
* * configure.ac (SEPCONSTANTS): New to define DIRSEP_C et al.Werner Koch2005-08-261-0/+23
| | | | | | | | | | | | | | | | | | | * w32-util.c (read_w32_registry_string): Updated from code used by GnuPG. This allows for expanding strings and features the implicit fallback key. (w32_shgetfolderpath, find_program_at_standard_place): New. (_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): With no registry entry, locate the programs at the standard place. (dlopen, dlsym, dlclose): New, so that we can keep on using what we are accustomed to. * debug.c (debug_init): Use PATHSEP_C so that under W32 a semicolon is used which allows us to create files with drive letters. * w32-io.c (_gpgme_io_read, _gpgme_io_write): Print content in debug mode too.
* Changes to allow building a W32 DLLWerner Koch2005-08-191-2/+23
|
* Merged changes from upstream libassuan to allow building a W32 DLL.Werner Koch2005-08-091-1/+1
|
* 2005-03-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-03-241-11/+0
| | | | | | | | | | | | | | | | * configure.ac (AH_BOTTOM): Removed. gpgme/ 2005-03-24 Marcus Brinkmann <[email protected]> * data.h (EOPNOTSUPP) [_WIN32]: Remove definition. * data.c (EOPNOTSUPP) [HAVE_W32_SYSTEM]: Remove definition. (gpgme_data_read, gpgme_data_write, gpgme_data_seek): Return ENOSYS instead EOPNOTSUPP. * data-compat.c (EOPNOTSUPP) [HAVE_W32_SYSTEM]: Remove definition. (gpgme_error_to_errno): Map GPG_ERR_NOT_SUPPORTED to ENOSYS.
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.Werner Koch2005-03-091-17/+33
| | | | | | | | | | | | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Include autogen.sh * autogen.sh: Added the usual code to build for W32 (--build-w32). * configure.ac: Fixed the mingw32 host string, removed OS/2 stuff. (HAVE_DRIVE_LETTERS): Removed. (HAVE_W32_SYSTEM): Added. (AC_GNU_SOURCE): New to replace the identical AH_VERBATIM. (AH_BOTTOM): Added. * w32-util.c (_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): Do not cast away type checks. * io.h [W32]: Do not include stdio.h. If it is needed do it at the right place. * data.h [W32]: Removed kludge for EOPNOTSUP. * data.c, data-compat.c [W32]: Explicitly test for it here.
* 2004-12-28 Werner Koch <[email protected]>Marcus Brinkmann2005-01-121-4/+4
| | | | | | | | | | | Released 1.0.2. * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version. (ACLOCAL_AMFLAGS): Add -I m4. * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5.
* 2004-12-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-111-0/+9
| | | | | | | | | | | | | * configure.ac: Replace ttyname_r if it doesn't exist (and warn in that case). gpgme/ 2004-12-11 Marcus Brinkmann <[email protected]> * util.h [HAVE_CONFIG_H && HAVE_TTYNAME_R] (ttyname_r): Define prototype. * ttyname_r.c: New file.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-071-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Refer to COPYING.LESSER and "each file" instead of COPYING. * COPYING.LESSER: New file. * gpgme.spec.in (%doc): Add COPYING.LESSER. * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL 2.1 or later. * TODO: Add copyright notice. * README.CVS: Likewise. assuan/ 2004-12-07 Marcus Brinkmann <[email protected]> * README.1st: Add copyright notice. doc/ 2004-12-07 Marcus Brinkmann <[email protected]> * Makefile.am: Change license to LGPL. (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi. * gpgme.texi: Change license to LGPL (also for documentation of GPGME's license). * lesser.texi: New file. * gpl.texi: File removed. gpgme/ 2004-12-07 Marcus Brinkmann <[email protected]> * putc_unlocked.c, funopen.c: I just claim copyright on these files and change their license to LGPL, because they are totally trivial wrapper functions. * isascii.c: Change copyright notice to the one from ctype/ctype.h in the GNU C Library (CVS Head 2004-10-10), where isascii is defined as a macro doing exactly the same as the function in this file. * memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06). * stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10). * ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c, ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c, data.c, data-compat.c, data-fd.c, data.h, data-mem.c, data-stream.c, data-user.c, debug.c, debug.h, decrypt.c, decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c, engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c, export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h, key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c, passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c, rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c, util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c, wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change license to LGPL. tests/ 2004-12-07 Marcus Brinkmann <[email protected]> * gpg/mkdemodirs: Add copyright notice. * gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c, gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c, gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c, gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c, gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c, gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c, gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c, gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c, gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c, gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c, t-version.c: Change license to LGPL.
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-071-1/+1
| | | | | * configure.ac (GPGSM_VERSION): Fix filter to get it.
* Fix up gpgme-1.0.1 release changes. Somehow the correct change didn'tgpgme-1-0-1Marcus Brinkmann2004-12-071-3/+3
| | | | | make it into the repository.
* Revert change to fix up gpgme-1.0.1 release tag glitch.Marcus Brinkmann2004-12-071-1/+1
|
* 2004-12-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-12-071-1/+1
| | | | | * configure.ac (GPGSM_VERSION): Fix filter to get it.
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-221-2/+2
| | | | | | * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2. (AC_INIT): Set version to 1.0.1.
* 2004-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-10-221-1/+1
| | | | | * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-301-2/+2
| | | | | | | | Released 1.0.0. * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. (AC_INIT): Set version to 1.0.0.
* 2004-09-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-161-1/+2
| | | | | * configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-141-4/+32
| | | | | * configure.ac: Improve diagnostics with version check.
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-141-7/+91
| | | | | | | | | * configure.ac: Print diagnostics about found thread libraries at the end. Check for the versions of GPG and GPGSM and print the found versions at the end. (HAVE_GPGSM): Do not require GPGSM to exist and be readable. (AC_CONFIG_MACRO_DIR): Invoke with argument m4.
* 2004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-231-3/+8
| | | | | | | | | | * configure.ac: Check for <sys/uio.h>. assuan 2004-06-23 Marcus Brinkmann <[email protected]> * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>.
* D'oh, forget the release date in the released NEWS entry!Marcus Brinkmann2004-06-081-1/+1
| | | | | Prepare for upcoming release.
* 2004-05-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-211-0/+5
| | | | | | | | | | | * configure.ac (GPGME_CONFIG_API_VERSION): New variable, substitute it. gpgme/ 2004-05-21 Marcus Brinkmann <[email protected]> * gpgme-config.in (Options): Support --api-version.
* 2004-04-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-291-2/+2
| | | | | | | Released 0.4.7. * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
* Post-release version bumbWerner Koch2004-04-061-1/+1
|
* * config.guess, config.sub, ltmain.sh: Updated to those fromWerner Koch2004-04-061-2/+2
| | | | | libtools 1.5.4.
* Prepare for next round of changes.Marcus Brinkmann2004-03-081-1/+1
|
* *** empty log message ***gpgme-0-4-5Marcus Brinkmann2004-03-071-1/+1
|
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-1/+1
| | | | | | | | | * configure.ac (NEED_GPGSM_VERSION): Bump up to 1.9.6. 2004-03-07 Marcus Brinkmann <[email protected]> * gpgsm/t-keylist.c: Add chain IDs.
* * configure.ac: Make the check for funopen fail with just aWerner Koch2004-02-181-9/+14
| | | | | | | | warning. * assuan-handler.c (assuan_get_data_fp): Fail with ENOSYS if we can't implement this.
* Fixed funopen test change.Werner Koch2004-02-101-1/+2
| | | | | | Hey, Moritz what was the orginal problem? Does autoconf not anymore allow to put AC_LIBOBJ into AC_CEHCK_FUNCS?
* 2004-02-06 Moritz Schulte <[email protected]>Moritz Schulte2004-02-061-4/+5
| | | | | * configure.ac: Fix funopen replacement mechanism.
* 2004-01-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-011-6/+11
| | | | | | | | | | | | | | | | | | * configure.ac: Add invocation of AC_SYS_LARGEFILE, AC_TYPE_OFF_T and AC_FUNC_FSEEKO. doc/ 2004-02-01 Marcus Brinkmann <[email protected]> * gpgme.texi (Largefile Support): New section. gpgme/ 2004-02-01 Marcus Brinkmann <[email protected]> * data-compat.c (gpgme_data_new_from_filepart): Call fseeko if available. * data-stream.c (stream_seek): Likewise.
* Updated the CVS build stuffWerner Koch2004-01-121-0/+3
|
* About to release 0.4.4:Werner Koch2004-01-121-2/+2
| | | | | | | | | | | | * configure.ac: Bumbed LT_Revision; now at C12/A1/R1. (NEED_GPGSM_VERSION): Set to 1.9.3. * sign.c: Include util.h for prototype of _gpgme_parse_timestamp. * gpg/t-keylist-sig.c (main): Temporary disabled one test due top gpg 1.3.4 problems. * gpg/t-import.c (check_result): Likewise.
* * acinclude.m4: Add AM_PATH_GPG_ERROR.Werner Koch2003-11-191-5/+31
| | | | | | * configure.ac: Check for timegm. Made warning messages more prominent.
* Prepare for developing the next version.Marcus Brinkmann2003-10-061-1/+1
|
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-061-3/+3
| | | | | | | | Released 0.4.3. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1. (LIBGPGME_LT_REVISION): Set to 0.
* doc/Marcus Brinkmann2003-09-131-1/+1
| | | | | | | | | | | | | 2003-09-13 Marcus Brinkmann <[email protected]> * gpgme.texi (Error Strings): Add gpgme_strerror_r. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * gpgme.h (gpgme_strerror_r): New prototype. * error.c (gpgme_strerror_r): New function.
* 2003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-131-0/+18
| | | | | | | | | | | | | | | | | | | * acinclude.m4: Remove libtool cruft, add jm_GLIBC21. * configure.ac: Add check for getenv_r, and call jm_GLIBC21. Define HAVE_THREAD_SAFE_GETENV if appropriate. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * get-env.c: New file. * util.h (_gpgme_getenv): Add prototype. * Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c. * rungpg.c (build_argv): Use _gpgme_getenv. * debug.c (debug_init): Likewise. * engine-gpgsm.c (gpgsm_new): Likewise. (gpgsm_new): Use ttyname_r. * w32-io.c (_gpgme_io_spawn): Disable debugging for now.
* 2003-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-021-1/+1
| | | | | | * configure.ac: Move invocation of AC_CANONICAL_HOST up to suppress warning by autoconf.
* 2003-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-201-8/+7
| | | | | | | | | | | | | | | | | | | | | *configure.ac (AM_PATH_GPG_ERROR): Require 0.3. assuan/ See README.1st. gpgme/ 2003-08-19 Marcus Brinkmann <[email protected]> The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c, ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been updated to have better thread support, and the Makefile.am was changed to reflect that. * util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration. * engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return value of status_fnc. * rungpg.c (start): Return SAVED_ERRNO, not errno.
* 2003-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-181-25/+28
| | | | | | | | | | | | | | | | * configure.ac: If building Assuan, check for funopen and fopencookie, and make isascii, putc_unlocked and memrchr replacement functions. assuan/ Update to the latest assuan version. gpgme/ 2003-08-18 Marcus Brinkmann <[email protected]> * funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files. * fopencookie.c: File removed.
* 2003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-311-1/+1
| | | | | * configure.ac (AC_INIT): Bump version to 0.4.3.