aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-24Post release updatesWerner Koch1-1/+1
--
2025-04-24Release 1.55.libgpg-error-1.55gpgrt-1.55Werner Koch1-1/+1
2025-04-17Post release updatesWerner Koch1-1/+1
--
2025-04-17Release 1.54libgpg-error-1.54gpgrt-1.54Werner Koch1-1/+1
2025-04-09Post release updatesWerner Koch1-1/+1
--
2025-04-09Release 1.53libgpg-error-1.53gpgrt-1.53Werner Koch1-1/+1
2025-04-09tests: Check that we do not use the es macros in the public API.Werner Koch1-1/+3
* tests/t-version.c: Undef the macros.
2025-04-08Post release updatesWerner Koch1-1/+1
--
2025-04-08Release 1.52libgpg-error-1.52gpgrt-1.52Werner Koch1-2/+2
2025-04-07Update the copyright notice.Werner Koch1-0/+2
* configure.ac (GPGRT_STD_COPYRIGHT_LINE): New. * src/gpg-error.c (my_strusage): Use it here.
2025-01-15build: Remove defining GPG_ERR_ENABLE_ERRNO_MACROS.NIIBE Yutaka1-1/+0
* configure.ac (GPG_ERR_ENABLE_ERRNO_MACROS): Remove. -- It was for Windows CE. Signed-off-by: NIIBE Yutaka <[email protected]>
2025-01-08spawn: Use closefrom when available.NIIBE Yutaka1-1/+2
* configure.ac (AC_CHECK_FUNCS): Check closefrom. * src/spawn-posix.c [HAVE_CLOSEFROM]: Use closefrom if possible. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2024-11-11Post release updatesWerner Koch1-1/+1
--
2024-11-11Release 1.51libgpg-error-1.51gpgrt-1.51Werner Koch1-2/+2
2024-07-04Put the full commit id into VERSION.Werner Koch1-2/+5
* autogen.sh <find-version>: Also print the full commit id. * configure.ac: Get the full commit id. Add it to VERSION. (BUILD_REVISION): Replace this ac_define by (BUILD_COMMITID): this. * src/version.c (cright_blurb): Use here.
2024-06-19Post release updatesWerner Koch1-1/+1
--
2024-06-19Release 1.50libgpg-error-1.50gpgrt-1.50Werner Koch1-2/+2
2024-04-25Post release updatesWerner Koch1-1/+1
--
2024-04-25Release 1.49libgpg-error-1.49Werner Koch1-2/+2
2024-02-23Post release updatesWerner Koch1-1/+1
--
2024-02-23Release 1.48libgpg-error-1.48gpgrt-1.48Werner Koch1-2/+2
2023-09-01Fix the previous commit.NIIBE Yutaka1-1/+1
Signed-off-by: NIIBE Yutaka <[email protected]>
2023-09-01build: Change the default for --with-libtool-modification.NIIBE Yutaka1-1/+1
* configure.ac (--with-libtool-modification): default=never. -- GnuPG-bug-id: 6619 Signed-off-by: NIIBE Yutaka <[email protected]>
2023-08-08build: Use sed for --with-libtool-modification.NIIBE Yutaka1-1/+2
* configure.ac (--with-libtool-modification): Use sed. -- I crafted a sed script so that it can work well against multiple versions of libtool. Tested with 2.4.2 and 2.4.7. GnuPG-bug-id: 6619 Signed-off-by: NIIBE Yutaka <[email protected]>
2023-08-02build: New configure option --with-libtool-modification.NIIBE Yutaka1-2/+26
* configure.ac (--with-libtool-modification): New. -- GnuPG-bug-id: 6619 Signed-off-by: NIIBE Yutaka <[email protected]>
2023-07-28build: Fix libtool modification.NIIBE Yutaka1-1/+1
* build-aux/ltmain.sh: Fix reverting mistake. * build-aux/libtool.patch: Regenerate and fix whitespace mistake. * configure.ac [x86_64-*mingw32*] (libtool-patch): Exit when failed. -- Fixes-commit: c1d3f5952f621a553c122cee7a20e990d982a715 Signed-off-by: NIIBE Yutaka <[email protected]>
2023-07-27build: Apply libtool.patch at the last stage of configure.NIIBE Yutaka1-0/+12
* build-aux/libtool.patch: New. * build-aux/ltmain.sh: Revert our local change to original. * configure.ac [x86_64-*mingw32*] (libtool-patch): Introduce a construct with AC_CONFIG_COMMANDS to apply build-aux/libtool.patch after libtool generation. -- GnuPG-bug-id: 6619 Signed-off-by: NIIBE Yutaka <[email protected]>
2023-05-26Add GNU system support for cross compilation.NIIBE Yutaka1-1/+1
* configure.ac: Cross compile should work well for GNU system. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2023-04-06Post release updatesWerner Koch1-1/+1
--
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch1-3/+3
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka1-1/+4
* configure.ac (AC_FUNC_FORK): No use. * src/gpg-error.h.in (@define:gpgrt_process_t@): New. (@define:pid_t@): Remove. (gpgrt_spawn_process, gpgrt_spawn_process_fd): Use gpgrt_process_t. (gpgrt_wait_process, gpgrt_wait_processes): Likewise. (gpgrt_kill_process, gpgrt_release_process): Likewise. * src/gpgrt-int.h (_gpgrt_spawn_process): Likewise. (_gpgrt_spawn_process_fd): Likewise. (_gpgrt_wait_process, _gpgrt_wait_processes): Likewise. (_gpgrt_kill_process, _gpgrt_release_process): Likewise. * src/mkheader.c (write_special): Handle @define:gpgrt_process_t@. Remove handling of @define:pid_t@. * src/spawn-posix.c (_gpgrt_spawn_process): Use gpgrt_process_t. (_gpgrt_spawn_process_fd): Likewise. (_gpgrt_wait_process, _gpgrt_wait_processes): Likewise. (_gpgrt_kill_process, _gpgrt_release_process): Likewise. * src/spawn-w32.c (_gpgrt_spawn_process): Use gpgrt_process_t. (_gpgrt_spawn_process_fd): Likewise. (_gpgrt_wait_process, _gpgrt_wait_processes): Likewise. (_gpgrt_kill_process, _gpgrt_release_process): Likewise. -- GnuPG-bug-id: 6249 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-10-07Post release updatesWerner Koch1-1/+1
--
2022-10-07Release 1.46libgpg-error-1.46gpgrt-1.46Werner Koch1-2/+2
2022-08-17build: Omit -L<libdir> for standard paths on some 64-bit systemsIngo Klöcker1-2/+2
* configure.ac (GPG_ERROR_CONFIG_LIBS): Handle the case $libdir = '${exec_prefix}/lib64'. -- This ensures that on systems using /usr/lib64 the Libs entry of gpg-error.pc doesn't get prefixed with -L/usr/lib64 which helps prevent library search path problems when linking something that depends on libgpg-error. GnuPG-bug-id: 6136
2022-08-15build: Only install gpg-error-config when enabled.NIIBE Yutaka1-0/+9
* configure.ac (INSTALL_GPG_ERROR_CONFIG): New. * src/Makefile.am (bin_SCRIPTS, noinst_SCRIPTS): Conditionalize. -- GnuPG-bug-id: 5683 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-07-19build: Fix configure script.NIIBE Yutaka1-14/+0
* configure.ac (AC_HEADER_TIME): Remove obsolete AC macro. (AC_CHECK_SIZEOF(time_t)): Remove unneeded check. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2022-06-28Remove Windows CE support.NIIBE Yutaka1-14/+1
* contrib/*: Remove. * Makefile.am: Remove contrib. * autogen.sh: Remove Windows CE support. * configure.ac (have_w32ce_system): Remove. * src/Makefile.am [HAVE_W32CE_SYSTEM] (extra_cppflags): Remove. (gpg_extra_headers): Remove. (EXTRA_DIST): Remove mkw32errmap.c and w32ce-add.h (BUILT_SOURCES): Remove mkw32errmap.map.c. (tmp_files): Remove mkw32errmap.tab.h mkw32errmap.map.c (CLEANFILES): Likewise. * src/estream-printf.c [HAVE_W32CE_SYSTEM]: Remove. * src/estream.c [HAVE_W32CE_SYSTEM]: Remove. * src/gpg-error.def.in [HAVE_W32CE_SYSTEM]: Remove. * src/gpgrt-int.h: Fix comment. * src/init.c [HAVE_W32CE_SYSTEM]: Remove. * src/init.h [HAVE_W32CE_SYSTEM]: Remove. * src/mkheader.c: Remove Windows CE support. * src/mkw32errmap.c, src/w32ce-add.h: Remove. * src/spawn-posix.c [HAVE_W32CE_SYSTEM]: Remove. * src/spawn-w32.c [HAVE_W32CE_SYSTEM]: Remove. * src/sysutils.c [HAVE_W32CE_SYSTEM]: Remove. * src/w32-estream.c [HAVE_W32CE_SYSTEM]: Remove. * src/w32-reg.c [HAVE_W32CE_SYSTEM]: Remove. * tests/Makefile.am [HAVE_W32CE_SYSTEM]: Remove. -- GnuPG-bug-id: 5912 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-04-07Post release updatesWerner Koch1-1/+1
--
2022-04-07Release 1.45libgpg-error-1.45gpgrt-1.45Werner Koch1-3/+3
2022-02-01build,tests: Fix detection of have_lock_optimization.NIIBE Yutaka1-3/+3
* configure.ac: Lock optimization (without sys/single_threaded.h) is only known to work on GNU system, using weak symbol. -- Fixes-commit: 50e0f32b19356fd7c64c799192379ff2204cd8a3 GnuPG-bug-id: 5699 Signed-off-by: NIIBE Yutaka <[email protected]>
2022-01-27Post release updatesWerner Koch1-1/+1
--
2022-01-27Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch1-1/+1
* configure.ac: Bump LT version to C32/A32/R2.
2022-01-18build: Detect more flexible musl variants of GNUDaniel Kahn Gillmor1-1/+1
* configure.ac: expand *-*-linux-musl to *-*-linux-musl*. -- GnuPG-bug-id: 5762 Reported-by: Helmut Grohne <[email protected]> Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2021-12-15build: Update configure.ac for newer autoconf.NIIBE Yutaka1-3/+2
* configure.ac (AC_PREREQ): Require 2.69 or later. (AC_CONFIG_HEADERS): Replace AC_CONFIG_HEADER. (AC_HEADER_STDC): Remove. * m4/codeset.m4: Update from gnulib. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2021-12-13build: Fix have_lock_optimization code for 'guessing yes'.NIIBE Yutaka1-2/+6
* configure.ac: Support 'guessing yes' for gl_cv_have_weak. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2021-12-13build: Detect a system with musl, as a variant of GNU System.NIIBE Yutaka1-1/+1
* configure.ac: Add *-*-linux-musl. -- Reported-by: Alexander Kanavin <[email protected]> Signed-off-by: NIIBE Yutaka <[email protected]>
2021-12-07configure: Add missing check for loggingJakub Jelen1-1/+1
* configure.ac: Add missing check for inet_pton to avoid using inet_addr in modern systems. -- Signed-off-by: Jakub Jelen <[email protected]>
2021-11-25build,tests: Run t-lock-single-posix only on platforms supported.NIIBE Yutaka1-0/+9
* configure.ac (HAVE_LOCK_OPTIMIZATION): New. * tests/Makefile.am: Use HAVE_LOCK_OPTIMIZATION for t-lock-single-posix. -- GnuPG-bug-id: 5699 Signed-off-by: NIIBE Yutaka <[email protected]>
2021-11-12configure: Escape includedir/libdir to defer interpretation of vars.NIIBE Yutaka1-7/+7
configure.ac: Escape includedir for GPG_ERROR_CONFIG_CFLAGS. Escape libdir for GPG_ERROR_CONFIG_LIBS. -- This can offer nice-looking gpg-error.pc. Signed-off-by: NIIBE Yutaka <[email protected]>
2021-11-03Post-release updatesWerner Koch1-1/+1
--