mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
e5a3ec0e5b
(This used to be commit c1f1b5a945
)
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
|
|
|