Commit | Line | Data |
---|---|---|
e89aafa1 | 1 | #!/bin/sh |
afb6113f MJ |
2 | # |
3 | # SPDX-License-Identifier: LGPL-2.1-only | |
48d848c7 PMF |
4 | |
5 | set -x | |
e89aafa1 | 6 | if [ ! -d "config" ]; then |
48d848c7 PMF |
7 | mkdir config |
8 | fi | |
48d848c7 | 9 | |
afb6113f | 10 | autoreconf -vi -W all,error |