aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Support SYSROOT based config script finding.Werner Koch2014-10-021-7/+26
| | | | | | | * src/gpg-error.m4: Add support for SYSROOT and set gpg_config_script_warn. Use AC_PATH_PROG instead of AC_PATH_TOOL because the config script is not expected to be installed with a prefix for its name.
* Make multi-threading flags available via gpg-error-config.Werner Koch2014-01-241-2/+14
| | | | | | | | | | | | | | | | | * m4/threadlib.m4: Set THREADLIB_CPPFLAGS. * src/gpg-error-config.in: Add option --mt. * configure.ac: Add support for the --mt option. * src/gpg-error.m4: Add ac_subst GPG_ERROR_MT_CFLAGS and GPG_ERROR_MT_LIBS. -- Although, libgpg-error does not yet provide an API for multi-thread support, it is useful to add the already available detection to the config script. This allows the latest Libgcrypt to take advantage of this in its regression tests. In particular for the regression tests a gpgrt_thread functions would be useful and eventually added to libgpg-error. The new gpg-error.m4 script should already be used by other packages to be prepared for future updates.
* Fix the alias mechanism for --with-libgpg-error-prefix.Werner Koch2013-02-221-4/+5
| | | | | | | | * src/gpg-error.m4: Do not use the no-action branch in AC_ARG_WITH. -- This fixes commit aaa3f534. The bug was that --with-gpg-error-prefix always reset the value from --with-libgpg-error-prefix.
* accept --with-libgpg-error-prefix as well as --with-gpg-error-prefixJim Meyering2011-11-281-2/+12
| | | | | | * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Also accept --with-libgpg-error-prefix=PFX, for consistency with our three library sibling packages.
* Extra test for gpg-error-config scriptWerner Koch2011-04-061-1/+2
| | | | | | | | | | If the path to gpg-error-config was explicitly given by the user it may happen that it does not exists but AC_CHECK_TOOL may assume it still exists because it is somewhere in the PATH. The extra check avoids extra sh warnings. Note that we can't use test -x because that is not defined on some old systems.
* Updated error code referencesWerner Koch2011-03-041-7/+6
|
* Make gpg-error-config and gpg-error.m4 more robust.Werner Koch2011-02-231-3/+17
| | | | | | | | | This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used.
* Minor W32 enhancementsWerner Koch2007-06-271-1/+1
|
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-141-1/+10
| | | | | * src/gpg-error.m4: Add copyright note.
* 2004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-191-1/+1
| | | | | * src/gpg-error.m4: Quote first argument to AC_DEFUN.
* 2003-10-11 Moritz Schulte <[email protected]>Moritz Schulte2003-10-111-1/+0
| | | | | | * src/gpg-error.m4: Do not ask gpg-error-config to change the prefix, if --with-gpg-error-prefix=... is used.
* 2003-07-15 Moritz Schulte <[email protected]>Moritz Schulte2003-07-161-1/+1
| | | | | | | * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Use `0.0' instead of `0.0.0' in case no version number is given, since the following sed commands expect the former form, not a triplet.
* Fix last change.Marcus Brinkmann2003-06-061-5/+5
|
* Drop micro version.Marcus Brinkmann2003-06-061-10/+0
|
* 2003-06-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-061-0/+67
* configure.ac: Define GPG_ERROR_CONFIG_LIBS and GPG_ERROR_CONFIG_CFLAGS. Add src/gpg-error-config to config files. * src/Makefile.am (EXTRA_DIST): Add gpg-error-config.in and gpg-error.m4. (bin_SCRIPTS): New variable. (m4datadir, m4data_DATA): New variables. * src/gpg-error-config.in: New file. * src/gpg-error.m4: New file.