2
0
mirror of https://github.com/curl/curl.git synced 2025-03-19 15:40:42 +08:00
2006-01-06 22:07:51 +00:00

8 lines
182 B
Bash
Executable File

#!/bin/sh
${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing