summaryrefslogtreecommitdiffstats
path: root/debian/autogen.sh
blob: ba3a3cb6d568ae6935d03b924337bc43b6370e43 (plain)
1
2
3
4
5
6
#!/bin/sh

set -eu

autoreconf -f -i -v -Wall
(cd pigeonhole && autoreconf -f -i -v -Wall)