summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
blob: 6050abce391548d5357e93e986b2f96f3c6574e4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

rm -rf autom4te.cache/

autoheader || exit 1
autoconf || exit 1

echo "Now run ./configure and then make."
exit 0