mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 03:29:24 +01:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -d build-aux ]; then
|
|
mkdir build-aux
|
|
fi
|
|
|
|
autoreconf --force --install --symlink
|