mirror of
https://git.proxmox.com/git/mirror_corosync-qdevice
synced 2025-04-28 12:32:27 +00:00

Used the code from corosync master (31ddba64a2726bcedf81eb84df2e2da4846832f7) Signed-off-by: Jan Friesse <jfriesse@redhat.com>
6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
# Run this to generate all the initial makefiles, etc.
|
|
mkdir -p m4
|
|
echo Building configuration system...
|
|
autoreconf -i && echo Now run ./configure and make
|