xref: /aosp_15_r20/external/erofs-utils/autogen.sh (revision 33b1fccf6a0fada2c2875d400ed01119b7676ee5)
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0+
3
4aclocal && \
5autoheader && \
6autoconf && \
7case `uname` in Darwin*) glibtoolize --copy ;; \
8  *) libtoolize --copy ;; esac && \
9automake -a -c
10