repo.or.cz
/
Samba
/
aatanasov.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed TESTS= in make test to allow multiple tests
[Samba/aatanasov.git]
/
lib
/
talloc
/
autogen.sh
blob
bf84eeee19a9116f3dc79177449a91321b3e8c31
1
#!/bin/sh
2
3
rm
-rf
autom4te.cache
4
rm
-f
configure config.h.
in
5
6
IPATHS
=
"-I libreplace -I lib/replace -I ../libreplace -I ../replace"
7
autoconf
$IPATHS
||
exit
1
8
autoheader
$IPATHS
||
exit
1
9
10
rm
-rf
autom4te.cache
11
12
echo
"Now run ./configure and then make."
13
exit
0
14