Bootstrap bnlib without warnings or errors
This commit is contained in:
parent
3b2df07f3e
commit
b8109bde58
|
@ -9,6 +9,6 @@ reconf () {
|
|||
automake --no-force --add-missing --copy
|
||||
}
|
||||
|
||||
(cd ../../third_party/bnlib && reconf)
|
||||
(cd ../../third_party/bnlib && ./bootstrap.sh)
|
||||
reconf
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
aclocal
|
||||
autoconf
|
||||
|
Loading…
Reference in New Issue