mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 00:25:32 +00:00
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p config
|
|
aclocal -I m4
|
|
autoconf
|
|
automake --add-missing
|