mirror of
https://github.com/curl/curl.git
synced 2026-05-14 01:46:20 +03:00
Allow environment variables to override default autotools.
This commit is contained in:
parent
e01e364c37
commit
7c4feac6db
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
libtoolize --copy --automake --force
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing
|
||||
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
||||
${ACLOCAL:-aclocal}
|
||||
${AUTOHEADER:-autoheader}
|
||||
${AUTOCONF:-autoconf}
|
||||
${AUTOMAKE:-automake} --add-missing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue