iwd/bootstrap

8 lines
99 B
Bash
Executable File

#!/bin/sh
if [ ! -d build-aux ]; then
mkdir build-aux
fi
autoreconf --force --install --symlink