aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 780a51a5bd59b29fc0e7e6b83829a40caf6130aa (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

aclocal \
  && autoheader \
  && autoconf \
  && automake --add-missing --foreign --copy \
  && ./configure $@