xref
: /
aosp_15_r20
/
external
/
f2fs-tools
/
autogen.sh
(revision 59bfda1f02d633cd6b8b69f31eee485d40f6eef6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
aclocal
&& \
4
autoheader
&& \
5
autoconf
&& \
6
libtoolize
&& \
7
automake
-a -c
8