This website requires JavaScript.
Explore
Help
Sign In
ZoneMinder
/
zoneminder
mirror of
https://github.com/ZoneMinder/zoneminder.git
Watch
1
Star
0
Fork
You've already forked zoneminder
0
Code
Issues
Projects
Releases
Wiki
Activity
b2c311c306
zoneminder
/
bootstrap.sh
6 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
rough in a quick script to help people generate the build files
2013-09-08 19:15:58 +00:00
#!/bin/bash
old versions ignore other efforts to include our own m4 directory, so spceify it on the command line
2015-04-01 16:19:27 +00:00
aclocal -I m4
rough in a quick script to help people generate the build files
2013-09-08 19:15:58 +00:00
autoheader
automake --add-missing
autoconf