mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
8a323f8354
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
9 lines
218 B
Bash
Executable File
9 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
|
ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
|
|
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
|
|
${AUTOHEADER:-autoheader}
|
|
${AUTOCONF:-autoconf}
|
|
${AUTOMAKE:-automake} --add-missing
|