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