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

autoheader || exit 1
autoconf || exit 1

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