r9689: valgrind-clean now. Editing works now mostly, you just lose half of your
[sfrench/samba-autobuild/.git] / source4 / lib / ldb / autogen.sh
1 #!/bin/sh
2
3 autoconf || exit 1
4 autoheader || exit 1
5
6 echo "Now run ./configure and then make."
7 exit 0
8