repo.or.cz
/
Samba
/
gbeck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcli/auth: let spnego_write_mech_types() check the asn1_load() return
[Samba/gbeck.git]
/
source4
/
autogen-waf.sh
blob
6541688c11c77ea19f6355f5bfaa1e202cc550ab
1
#!/bin/sh
2
3
p
=
`dirname
$0
`
4
5
echo
"Setting up for waf build"
6
7
echo
"done. Now run
$p
/configure or
$p
/configure.developer then make."
8
if
[
$p
!=
"."
];
then
9
echo
"Notice: The build invoke path is not 'source4'! Use make with the parameter"
10
echo
"-C
$p
. Example: make -C
$p
all"
11
fi