mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +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
|