aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-18Fix last change, how did that happen?gpgme-1.2.0Marcus Brinkmann1-1/+1
2009-06-182009-06-18 Marcus Brinkmann <[email protected]>gpgme-1.2.0@1385Marcus Brinkmann1-5/+5
* configure.ac (my_version): Set to 1.2.0. (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump. (LIBGPGME_LT_REVISION): Reset.
2009-05-052009-05-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+12
* configure.ac: Add infrastructure for compile time check of _FILE_OFFSET_BITS. src/ 2009-05-05 Marcus Brinkmann <[email protected]> * gpgme.h.in: Add compile time check for _FILE_OFFSET_BITS.
2009-01-26First take on the low-level assuan interface.Werner Koch1-3/+6
2008-12-082008-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
Release GPGME 1.1.8. * configure.ac: Bump API revision.
2008-11-03008-11-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+5
* configure.ac: Replace gpgme paths with src. * gpgme: Move to ... * src: ... this new directory. assuan/ 2008-11-03 Marcus Brinkmann <[email protected]> * Makefile.am (INCLUDES): Replace gpgme path with src. tests/ 2008-11-03 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src. * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise. * Makefile.am (LDADD): Likewise.
2008-10-20Fix bug #818.Werner Koch1-6/+3
Use gpgme.h.in instead of in-place editing gpgme.h.
2008-10-17Post-release changes.Marcus Brinkmann1-2/+2
2008-10-172008-10-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+3
Release GPGME 1.1.7. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
2008-09-192008-09-19 Moritz <[email protected]>Moritz Schulte1-1/+0
* configure.ac: Remove bogus "esac".
2008-09-162008-09-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* configure.ac (_XOPEN_SOURCE) [apple-darwin]: Define it.
2008-04-28Fixed a bug reading from gpgconf.Werner Koch1-1/+2
2008-01-30(no commit message)Marcus Brinkmann1-1/+1
2008-01-04Post-release dance.Marcus Brinkmann1-2/+2
2008-01-04Prepare for release.Marcus Brinkmann1-1/+1
2008-01-042008-01-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-6/+128
* configure.ac: Support gpgconf. gpgme/ 2008-01-04 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_components): New variable. (main_sources): Add gpgconf.c. * gpgme.h (gpgme_protocol_t): New protocol GPGME_PROTOCOL_GPGCONF. (gpgme_conf_level_t, gpgme_conf_type_t, gpgme_conf_arg_t) (gpgme_conf_opt_t, gpgme_conf_comp_t, gpgme_conf_arg_new) (gpgme_conf_arg_release, gpgme_conf_opt_change) (gpgme_conf_release, gpgme_op_conf_load, gpgme_op_conf_save): New types. * gpgconf.c, engine-gpgconf.c: New files. * engine.h: (_gpgme_engine_op_conf_load, (_gpgme_engine_op_conf_save): New prototypes. * op-support.c (_gpgme_op_reset): Ignore not implemented locale function. * posix-util.c (_gpgme_get_gpgconf_path): New function. * w32-util.c (_gpgme_get_gpgconf_path): New function. * engine-gpgsm.c: (_gpgme_engine_ops_gpgsm): Add stubs for conf_load and conf_save. * rungpg.c: (_gpgme_engine_ops_gpg): Add stubs for conf_load and conf_save. * gpgme.def: Add new gpgconf related interfaces. * libgpgme.vers: Likewise. * util.h (_gpgme_get_gpgconf_path): New prototype. * gpgme.h (gpgme_protocol_t): Add GPGME_PROTOCOL_GPGCONF. * engine-backend.h (_gpgme_engine_ops_gpgconf): New prototype. (struct engine_ops): Add members for conf_load and conf_save. * engine.c (engine_ops): Add _gpgme_engine_ops_gpgconf. (_gpgme_engine_op_conf_load, (_gpgme_engine_op_conf_save): New functions. (gpgme_get_engine_info): Allow protocol GPGME_PROTOCOL_GPGCONF. tests/ 2008-01-04 Marcus Brinkmann <[email protected]> * Makefile.am (TESTS_ENVIRONMENT): Use absolute path for GNUPGHOME. * gpg/Makefile.am (TESTS_ENVIRONMENT): Use absolute path for GNUPGHOME. * gpgsm/Makefile.am (TESTS_ENVIRONMENT): Use absolute path for GNUPGHOME. * gpg/Makefile.am (TESTS): Add t-gpgconf. t-gpgconf.c: New file.
2007-09-17Bumbed version number (still svn, though)Werner Koch1-1/+1
2007-09-17Fixed a W32bug in rungpg.cWerner Koch1-19/+14
2007-09-072007-09-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-12/+19
* configure.ac: Work around for missing Qt cross compilation support. Check for glib and qt only on w32 targets. gpgme/ 2007-09-07 Marcus Brinkmann <[email protected]> * w32-qt-io.cpp (_gpgme_io_spawn): Fix several cast errors and typos. * w32-io.c (_gpgme_io_write): Use TRACE_SYSRES instead of TRACE_SYS. (libgpgme_qt_la_LIBADD): Add QT4_CORE_LIBS, not QT4_CORE_LIB.
2007-09-062007-09-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+8
* configure.ac: Check for C++, Qt and support --enable-w32-qt. * m4/pkg.m4: New file. gpgme/ 2007-09-07 Marcus Brinkmann <[email protected]> * kdpipeiodevice.h, kdpipeiodevice.cpp, moc_kdpipeiodevice.cpp, kdpipeiodevice.moc, w32-qt-io.c: New files. * Makefile.am (ltlib_gpgme_extra): Rename to ltlib_gpgme_glib. (ltlib_gpgme_qt): New variable. (lib_LTLIBRARIES): Add $(ltlib_gpgme_qt). (libgpgme_qt_la_SOURCES): New variable. (AM_CPPFLAGS): Add @QT4_CORE_INCLUDES@ (AM_CFLAGS): Add @QT4_CORE_CFLAGS@. (libgpgme_qt_la_LDFLAGS, libgpgme_qt_la_DEPENDENCIES) (libgpgme_qt_la_LIBADD): New variables. * sema.h (struct critsect_s): Rename "private" to "priv" to make C++ users happy. Change users. * posix-sema.c (_gpgme_sema_cs_enter, _gpgme_sema_cs_leave) (_gpgme_sema_cs_destroy): Likewise. * w32-sema.c (critsect_init, _gpgme_sema_cs_enter) (_gpgme_sema_cs_leave, _gpgme_sema_cs_destroy): Likewise. * w32-glib-io.c (gpgme_get_giochannel): Change return type to void*. (gpgme_get_fdptr): New function. * w32-io.c (gpgme_get_fdptr): New function * gpgme.def: Add gpgme_get_fdptr.
2007-08-22Fix last change.Marcus Brinkmann1-1/+1
2007-08-212007-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac (--enable-w32-glib): Use --enableval, not --withval.
2007-07-09Post-release fixup.Marcus Brinkmann1-1/+1
2007-07-092007-07-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
Released 1.1.5. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
2007-07-082007-07-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-25/+12
* configure.ac (GPGSM_DEFAULT) [*-mingw32*]: Initialize it. (HAVE_ASSUAN_H): Set to 1 if we have it. (funopen): Use AC_REPLACE_FUNCS. (USE_DESCRIPTOR_PASSING): Define to 1 if we have it. Do not define it at all if we don't. (NETLIBS) [have_w32_system]: Add -lws2_32. (DIRSEP_C, DIRSEP_S, EXPSEP_C, EXPSEP_S, PATHSEP_S) [HAVE_DOSISH_SYSTEM]: Remove definitions. * assuan/assuan.h (_assuan_funopen): Define to _gpgme_funopen. * assuan/funopen.c: Move to ../gpgme/funopen.c. * assuan/Makefile.am (libassuan_la_SOURCES): Remove funopen.c. assuan/ 2007-07-08 Marcus Brinkmann <[email protected]> * assuan-defs.h (struct assuan_context_s): Have partial peercred structure even if HAVE_W32_SYSTEM, and have full peercred structure only if HAVE_SO_PEERCRED. * assuan-connect.c (assuan_get_peercred) [!HAVE_SO_PEERCRED]: Do not try to set PID, UID and GID. gpgme/ 2007-07-08 Marcus Brinkmann <[email protected]> * engine-gpgsm.c [HAVE_W32_SYSTEM]: Enable the bunch of the file. * funopen.c (funopen): Rename to _gpgme_funopen.
2007-07-042007-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+16
* autogen.sh: Use = not == in test.
2007-03-05Post release updatesWerner Koch1-2/+2
2007-03-05Preparing a new releaseWerner Koch1-2/+2
2007-01-292007-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+3
* Released 1.1.3. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
2007-01-26/Werner Koch1-20/+27
* configure.ac: Changed gpg and gpgsm version checks to work with arbitrary names of the gpg binary. New option --disable-gpg-test and --disable-gpgsm-test. gpgme/ * w32-io.c (build_commandline): Fixed stupid quoting bug. * w32-glib-io.c (build_commandline): Ditto. * rungpg.c (gpg_set_locale): Avoid dangling pointer after free. * gpgme-config.in: New options --get-gpg and --get-gpgsm.
2007-01-10/Werner Koch1-4/+5
* configure.ac (NEED_GPG_VERSION, (NEED_GPGSM_VERSION): Must define after it may have been changed by an option. * configure.ac: Require gpg-error 1.4 due to the use of gpg_error_from_syserror. (HAVE_ASSUAN_H): New. gpgme/ * ttyname_r.c (ttyname_r) [W32]: Return a dummy name. * version.c (do_subsystem_inits): Do assuan init only if building with Assuan. * setenv.c: Include assuan-def.h only if building with Assuan support. * op-support.c (_gpgme_op_reset): Set LC_MESSAGES only if if defined. * engine-gpgsm.c (gpgsm_set_locale): Ditto. * rungpg.c (gpg_set_locale): Ditto.
2007-01-08Fixes for building without gpgsm and for W32Werner Koch1-2/+4
2007-01-052007-01-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+24
* configure.ac: Add options --with-gpg-version and --with-gpgsm-version to allow overriding the minimum version requirements.
2006-12-172006-12-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac: Fix two typos in last change. gpgme/ 2006-12-17 Marcus Brinkmann <[email protected]> * gpgme.c (gpgme_set_protocol): Shut down the engine when switching protocols. (gpgme_ctx_set_engine_info): Likewise for engine info. * engine.h (_gpgme_engine_reset): New function prototype. * engine.c (_gpgme_engine_reset): New function. * engine-backend.h (struct engine_ops): New member RESET. * rungpg.c (_gpgme_engine_ops_gpg): Add NULL for reset function. * engine-gpgsm.c (_gpgme_engine_ops_gpgsm) [USE_DESCRIPTOR_PASSING]: Add gpgsm_reset for reset. (_gpgme_engine_ops_gpgsm) [!USE_DESCRIPTOR_PASSING]: Add NULL for reset function. (gpgsm_reset) [USE_DESCRIPTOR_PASSING]: New function. * op-support.c (_gpgme_op_reset): Try to use the engine's reset function if available. * engine-gpgsm.c (gpgsm_new): Move code to dup status_fd to ... (start): ... here. * posix-io.c (_gpgme_io_recvmsg, _gpgme_io_sendmsg): New functions.
2006-12-032006-12-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+17
* configure.ac: Use descriptor passing only if --enable-fd-passing is provided.
2006-12-022006-12-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+26
* configure.ac: Add check for use of descriptor passing.
2006-11-292006-11-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac (NEED_GPG_VERSION): Bump to 1.3.0.
2006-09-19assuan/Marcus Brinkmann1-2/+4
Update to current version. 2006-09-19 Marcus Brinkmann <[email protected]> * configure.ac: Turn stpcpy into a replacement function. Check for unistd.h and add setenv as replacement function. gpgme/ 2006-09-19 Marcus Brinkmann <[email protected]> * setenv.c: New file.
2006-07-292006-07-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
* configure.ac: Check for network libraries and set NETLIBS. gpgme/ 2006-07-29 Marcus Brinkmann <[email protected]> * gpgme-config.in (Options): Add NETLIBS. * Makefile.am (libgpgme_la_LIBADD, libgpgme_pthread_la_LIBADD, libgpgme_pth_la_LIBADD, libgpgme_glib_la_LIBADD): Add NETLIBS.
2006-07-062006-07-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
* lang, lang/cl: New subdirectories. * lang/Makefile.am, lang/README: New files. * configure.ac (AC_CONFIG_FILES): Add lang/Makefile, lang/cl/Makefile and lang/cl/gpgme.asd. * Makefile.am (SUBDIRS): Add lang. lang/cl/ 2006-07-06 Marcus Brinkmann <[email protected]> * Initial release.
2006-03-03Post-release tweaks.Marcus Brinkmann1-2/+2
2006-03-022006-03-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
2006-02-23Change history. That's double plus good.Marcus Brinkmann1-1/+1
2006-02-222006-02-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+4
Released 1.1.1. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for release. (LIBGPGME_LT_REVISION): Reset to 0 for release.
2006-01-26.Werner Koch1-1/+0
2006-01-05Minor glib fix.Werner Koch1-0/+10
Pretty up debug output.
2006-01-03Append revision number to the version stringWerner Koch1-1/+18
2006-01-03Added PKA stuffWerner Koch1-1/+1
2005-11-18GPA does now work with the glib based i/o backend.Werner Koch1-3/+9
2005-11-172005-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.