mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoheader || exit 1
|
|
autoconf || exit 1
|
|
|
|
echo "Now run ./configure and then make."
|
|
exit 0
|
|
|