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-29 09:26:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b429b9b757
btstack
/
bootstrap.sh
6 lines
71 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
provide pkg.m4 to avoid configure error when pkg-config is not installed but also not needed, no aclocal.m4 in svn
2010-11-05 18:44:15 +00:00
aclocal -Im4
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