r6486: Add 'make install' and pkg-config file.
[Samba/aatanasov.git] / source / lib / ldb / autogen.sh
blobcdd7fd2e0451dcefc95194763e9d6f3223895a81
1 #!/bin/sh
3 (autoheader && autoconf) || exit 1
5 echo "Now run ./configure and then make."
6 exit 0