mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-14 07:44:36 +08:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal && \
|
|
autoheader && \
|
|
libtoolize --automake --copy --force && \
|
|
automake --add-missing --copy && \
|
|
autoconf
|