mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
986461b6be
Let's see what it breaks. For me it works :-)
Volker
(This used to be commit 337be14b43
)
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
|
|
|