summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: d11badcbe35d8ec5d3e22a12e2809b7026246139 (plain)
1
2
3
4
#!/bin/sh -xu

autoreconf -i
(cd build-aux && patch -Np0 -i ltmain-asneeded.patch)