1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-14 12:23:52 +03:00
Files
samba-mirror/source/lib/talloc/autogen.sh
2007-10-10 13:16:18 -05:00

8 lines
81 B
Bash
Executable File

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