This website requires JavaScript.
Explore
Help
Sign In
mirror
/
btstack
Watch
1
Star
0
Fork
0
You've already forked btstack
mirror of
https://github.com/bluekitchen/btstack.git
synced
2024-12-28 15:20:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6771095235
btstack
/
bootstrap.sh
6 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
started autoconf-based build system - not workint yet
2009-07-09 20:00:44 +00:00
#!/bin/sh
forgot to add new Makefile.in and create ./config folder
2009-09-30 20:44:48 +00:00
mkdir -p config
use space before path in aclocal call
2011-01-12 19:27:27 +00:00
aclocal -I m4
started autoconf-based build system - not workint yet
2009-07-09 20:00:44 +00:00
autoconf
--add-missing and ltmain.c
2009-07-11 09:25:42 +00:00
automake --add-missing
Reference in New Issue
Copy Permalink