mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
6 lines
91 B
Bash
Executable file
6 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
libtoolize -c -f --automake
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|