git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r6479: - added a simple web page
[samba.git]
/
source
/
lib
/
ldb
/
autogen.sh
1
#!/bin/sh
2
3
(autoheader && autoconf) || exit 1
4
5
echo "Now run ./configure and then make."
6
exit 0
7