summaryrefslogtreecommitdiff
path: root/dumb/dumb-kode54/bootstrap
blob: af1d538a0aa25143f733718b5c0231126f6c9dc9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -x && \
mkdir -p config && \
aclocal && \
libtoolize --force --copy && \
automake --foreign --add-missing --copy && \
autoconf