summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: a4d6b8eaaf46433a723a5049a2a337baa9d0c7de (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
  
aclocal && \
autoheader && \
autoconf && \
libtoolize --copy && \
automake --add-missing --copy