1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-24 15:17:06 +03:00
Jelmer Vernooij e5a3ec0e5b r6790: Use config.h file for ldb and add test for stdint.h
(This used to be commit c1f1b5a9455c827f7baf382d919ab8a0eab49bb3)
2007-10-10 13:16:43 -05:00

9 lines
102 B
Bash
Executable File

#!/bin/sh
autoconf || exit 1
autoheader || exit 1
echo "Now run ./configure and then make."
exit 0