mirror of
https://github.com/moparisthebest/curl
synced 2025-01-09 04:58:00 -05:00
9 lines
219 B
Bash
Executable File
9 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
|