1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-24 15:17:06 +03:00
Jelmer Vernooij 90be367a18 r6487: Use autoconf for standalone build of tdb
(This used to be commit 78bf8026bde34b7accc78f07c940ef1dcfc0dea7)
2007-10-10 13:16:19 -05:00

8 lines
81 B
Bash
Executable File

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