aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-13gpgme.m4: Fix setting/using GPG_ERROR_CONFIG.NIIBE Yutaka1-8/+7
gpgm4.m4 (_AM_PATH_GPGRT_CONFIG): Don't set GPG_ERROR_CONFIG and gpg_error_config_version. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2024-05-16gpgme.m4: Set $host correctly always.NIIBE Yutaka1-2/+3
* src/gpgme.m4 (AM_PATH_GPGME): Add AC_CANONICAL_HOST. -- GnuPG-bug-id: 7114 Reported-by: Andreas Metzler Signed-off-by: NIIBE Yutaka <[email protected]>
2024-05-14gpgme.m4: Update _AM_PATH_GPGRT_CONFIG macro from gpg-error.m4.NIIBE Yutaka1-7/+5
* src/gpgme.m4 (_AM_PATH_GPGRT_CONFIG): Update. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2022-11-25gpgme.m4: Fix AM_PATH_GPGME_PTHREAD.NIIBE Yutaka1-21/+24
* src/gpgme.m4 (AM_PATH_GPGME_PTHREAD): It's deprecated, since gpgme supports threads and GNU C library has integrated pthread features. -- GnuPG-bug-id: 6285 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-11-15gpgme.m4: Include _AM_PATH_GPGRT_CONFIG implementation.NIIBE Yutaka1-6/+95
* src/gpgme.m4 (_AM_PATH_GPGRT_CONFIG): New. (_AM_PATH_GPGME_CONFIG): Require _AM_PATH_GPGRT_CONFIG. -- GnuPG-bug-id: 6273 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-11-02build: Prefer gpgrt-config when available.NIIBE Yutaka1-2/+2
* src/gpgme.m4: Overriding the decision by --with-gpgme-prefix, use gpgrt-config gpgme when gpgrt-config is available. -- This may offer better migration. GnuPG-bug-id: 5034 Signed-off-by: NIIBE Yutaka <[email protected]>
2020-11-20m4: Update with newer autoconf constructs.NIIBE Yutaka1-2/+2
* src/gpgme.m4: Replace AC_HELP_STRING to AS_HELP_STRING. Signed-off-by: NIIBE Yutaka <[email protected]>
2018-11-12build: Make gpgme.m4 use gpgrt-config with *.pc.NIIBE Yutaka1-10/+48
* src/gpgme.m4 (_AM_PATH_GPGME_CONFIG): Use gpgrt-config with gpgme.pc when possible. (AM_PATH_GPGME_GLIB): Likewise with gpgme-glib.pc. -- Keeping AM_PATH_GPGME_PTHREAD, as is, untouched. Signed-off-by: NIIBE Yutaka <[email protected]>
2014-10-02build: Implement SYSROOT feature.origin/bjk/masterWerner Koch1-7/+52
* configure.ac: Document SYSROOT. * m4/gpg-error.m4: Update from libgpg-error master. * src/gpgme.m4: Implement SYSROOT stuff.
2011-10-25Remove support for libgpgme-pth.Marcus Brinkmann1-69/+0
2008-11-03008-11-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+0
* 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.
2005-11-172005-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+69
* 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.
2005-06-202005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+3
* gpgme.m4: Only call GPGME_CONFIG if found.
2004-09-302004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+64
* gpgme.m4: Implement the --api-version check.
2004-09-142004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+10
* gpgme.m4: Add copyright notice.
2004-04-222004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpgme.m4: Quote first argument to AC_DEFUN.
2003-09-032003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-27/+125
* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS. doc/ 2003-09-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Header): We don't use the assuan namespace anymore. Document new thread options. gpgme/ 2003-09-03 Marcus Brinkmann <[email protected]> * gpgme-config.in: Rewritten. * gpgme.m4: Rewritten.
2002-08-23* gpgme-config.in: Made --prefix work for --libs.Werner Koch1-3/+3
2002-08-20Replaced with a new and faster version. This does not anymore try toWerner Koch1-145/+44
build test programs. If we really need test programs, we should add an option to gpgme-config to do so.
2000-12-29Add 2 missing files and other changesWerner Koch1-1/+1
2000-11-17configuration changesWerner Koch1-64/+70
2000-10-27Starting project 'GnuPG Made Easy'Werner Koch1-0/+164