Commit 2eca361
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 the current 2.4.7 version.
Fixes:
- Fixed race conditions when building PHP in parallel ("cannot create
.libs" warnings).
Steps done:
```
git clone https://git.savannah.gnu.org/git/libtool.git
cd libtool
git checkout v2.4.7
./bootstrap
cp build-aux/ltmain.sh \
m4/libtool.m4 \
m4/lt\~obsolete.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4 \
../php-src/build/
```1 parent e163038 commit 2eca361
File tree
12 files changed
+18425
-11216
lines changed- Zend
- build
- scripts
12 files changed
+18425
-11216
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments