mirror of
https://github.com/curl/curl.git
synced 2026-04-18 03:31:43 +03:00
7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
|
${ACLOCAL:-aclocal}
|
|
${AUTOHEADER:-autoheader}
|
|
${AUTOCONF:-autoconf}
|
|
${AUTOMAKE:-automake} --add-missing
|