Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate
1
#!/bin/sh
2
export ACLOCAL="aclocal -I m4"
3
4
autoreconf -i
5
./configure "$@"