index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
tdb
/
autogen.sh
blob: 94148edf698e8ef1e60f4a689ba8d5367d504d00 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
autoconf
||
exit
1
echo
"Now run ./configure and then make."
exit
0