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

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