mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 15:03:52 +00:00

* autogen.sh: Don't use "which" or uname, or... git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2243 fd59a12c-fef9-0310-b244-a6a79926bd2f
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
# Run this to generate all the initial makefiles, etc.
|
|
|
|
autoreconf -i -v && echo Now run ./configure and make
|