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