mirror of
https://github.com/php/php-src.git
synced 2024-12-15 04:45:03 +08:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
libtoolize -c -f --automake
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|