mirror of https://github.com/c-ares/c-ares.git
parent
c02df16ef5
commit
4ac08ca3ff
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…
Reference in new issue