aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: fd81db4d6fb36154f7ec25182011ef84aa0277d2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0+

aclocal && \
autoheader && \
autoconf && \
case `uname` in Darwin*) glibtoolize --copy ;; \
  *) libtoolize --copy ;; esac && \
automake -a -c