git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r17886: add talloc_ptrtype() and talloc_array_ptrtype(),
[samba.git]
/
source
/
lib
/
talloc
/
autogen.sh
1
#!/bin/sh
2
3
autoconf || exit 1
4
autoheader || exit 1
5
6
echo "Now run ./configure and then make."
7
exit 0
8