mirror of
https://github.com/curl/curl.git
synced 2026-08-04 14:06:15 +03:00
8 lines
219 B
Bash
Executable file
8 lines
219 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
|
ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
|
|
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
|
|
${AUTOHEADER:-autoheader}
|
|
${AUTOCONF:-autoconf}
|
|
${AUTOMAKE:-automake} --add-missing
|