mirror of
https://github.com/curl/curl.git
synced 2026-04-16 23:21:41 +03:00
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
7 lines
188 B
Bash
Executable file
7 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
|