repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: python modules need the libs from broken lib loops too
[Samba.git]
/
source4
/
autogen-waf.sh
blob
2e4869721cd9940b64cf6b65bc56009aba6240fd
1
#!/bin/sh
2
3
echo
"Setting up for waf build"
4
ln
-sf
configure.waf configure
5
6
# this relies on the fact that make looks for 'makefile' before 'Makefile'
7
ln
-sf
Makefile.waf makefile
8
9
echo
"done ... now run ./configure or ./configure.developer"