9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
source "${BASH_SOURCE%/*}/build_lib"
|
||
|
|
||
|
autoreconf() {
|
||
|
command autoreconf -Iautoconf-archive/m4 "$@"
|
||
|
}
|
||
|
|
||
|
build libjson-c ios
|