1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
samba-mirror/source/tdb/autogen.sh

9 lines
102 B
Bash
Raw Normal View History

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