Bootstrap bnlib without warnings or errors

This commit is contained in:
Travis Cross
2012-06-23 00:30:41 +00:00
parent 3b2df07f3e
commit b8109bde58
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ reconf () {
automake --no-force --add-missing --copy
}
(cd ../../third_party/bnlib && reconf)
(cd ../../third_party/bnlib && ./bootstrap.sh)
reconf
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
aclocal
autoconf