mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-23 21:48:55 -05:00
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|