mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
a3498f96ef
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
8 lines
188 B
Bash
Executable File
8 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
|
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
|
|
${AUTOHEADER:-autoheader}
|
|
${AUTOCONF:-autoconf}
|
|
${AUTOMAKE:-automake} --add-missing
|