mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
1f474c2692
(This used to be commit c2ce09d380
)
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoconf || exit 1
|
|
autoheader || exit 1
|
|
|
|
echo "Now run ./configure and then make."
|
|
exit 0
|
|
|