r6790: Use config.h file for ldb and add test for stdint.h
[samba.git] / source / 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