summaryrefslogtreecommitdiffstats
path: root/configure
blob: a993cba6143825d945d69500b1593c807c5d12db (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

tmpl "$@" build.jst.tmpl > build.jst
for lib in ./lib/*; do
	pushd $lib
	./configure "$@"
	popd
done