btstack/bootstrap.sh

6 lines
76 B
Bash
Raw Normal View History

#!/bin/sh
mkdir -p config
2009-09-15 19:45:12 +00:00
aclocal -I config
autoconf
2009-07-11 09:25:42 +00:00
automake --add-missing