diff options
author | NIIBE Yutaka <[email protected]> | 2023-08-17 05:03:09 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-08-17 05:03:09 +0000 |
commit | dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230 (patch) | |
tree | d03640f87382c55ec877dedd8a9755436febadcc /build-aux/ltmain.sh | |
parent | qt: Clean up after failure or cancel of sign/encrypt archive operation (diff) | |
download | gpgme-dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230.tar.gz gpgme-dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230.zip |
build: New configure option --with-libtool-modification.
* Makefile.am (EXTRA_DIST): Add build-aux/libtool-patch.sed.
* build-aux/libtool-patch.sed: New.
* configure.ac (--with-libtool-modification): New.
* build-aux/ltmain.sh: Revert our own local modification.
--
Fixes-commit: e622e36f1f32641c66b28a0de95c75ae35f6ca05
GnuPG-bug-id: 6619
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'build-aux/ltmain.sh')
-rw-r--r-- | build-aux/ltmain.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh index c3bcdc06..77963a93 100644 --- a/build-aux/ltmain.sh +++ b/build-aux/ltmain.sh @@ -6766,11 +6766,6 @@ func_mode_link () elif test -n "$soname_spec"; then # bleh windows case $host in - x86_64-*mingw32*) - func_arith $current - $age - major=$func_arith_result - versuffix="6-$major" - ;; *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result @@ -7504,14 +7499,6 @@ func_mode_link () func_arith $current - $age major=$func_arith_result versuffix="-$major" - case $host in - x86_64-*mingw32*) - versuffix="6-$major" - ;; - *) - versuffix="-$major" - ;; - esac ;; *) |