xref: /aosp_15_r20/external/f2fs-tools/autogen.sh (revision 59bfda1f02d633cd6b8b69f31eee485d40f6eef6)
1#!/bin/sh
2
3aclocal && \
4autoheader && \
5autoconf && \
6libtoolize && \
7automake -a -c
8