mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
8 lines
85 B
Bash
8 lines
85 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
aclocal && \
|
||
|
autoheader && \
|
||
|
autoconf && \
|
||
|
libtoolize && \
|
||
|
automake -a -c
|