bluez/bootstrap

8 lines
138 B
Plaintext
Raw Normal View History

2005-10-27 06:40:53 +08:00
#!/bin/sh
aclocal && \
autoheader && \
2006-08-19 03:41:53 +08:00
libtoolize --automake --copy --force && \
2005-10-27 06:40:53 +08:00
automake --add-missing --copy && \
autoconf