Skip to content

Commit 5ba9519

Browse files
committed
Update libtool to 2.4.7
The libtool 1.5.26 is bundled with PHP since the very early days of the Autotools build system to ease the building process and avoid additional dependency on the system Libtool. This updates the bundled libtool to current 2.4.7 version.
1 parent f75143c commit 5ba9519

File tree

14 files changed

+19795
-12584
lines changed

14 files changed

+19795
-12584
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ conftest*
7272

7373
# The Libtool script(s) generated by the *nix build system
7474
libtool
75+
!/build/libtool/
7576

7677
# Makefile(s) generated from Makefile fragment templates by `./configure`
7778
Makefile

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ locations.
171171
├─ ax_*.m4 # https://github.com/autoconf-archive/autoconf-archive
172172
├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
173173
├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
174-
├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
174+
├─ libtool/ # https://git.savannah.gnu.org/cgit/libtool.git
175175
├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
176176
├─ pkg.m4 # https://gitlab.freedesktop.org/pkg-config/pkg-config
177177
├─ shtool # https://www.gnu.org/software/shtool/

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
135135
dnl
136136
AC_DEFUN([LIBZEND_DLSYM_CHECK],[
137137
AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
138-
_LT_AC_TRY_DLOPEN_SELF([
138+
_LT_TRY_DLOPEN_SELF([
139139
AC_MSG_RESULT(no)
140140
], [
141141
AC_MSG_RESULT(yes)

0 commit comments

Comments
 (0)