blob: fd81db4d6fb36154f7ec25182011ef84aa0277d2 [file] [log] [blame]
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+
aclocal && \
autoheader && \
autoconf && \
case `uname` in Darwin*) glibtoolize --copy ;; \
*) libtoolize --copy ;; esac && \
automake -a -c