mirror_corosync/autogen.sh
Jim Meyering 749183bcc5 autogen.sh: simply to a one-liner: autoreconf -i
* 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
2009-06-17 10:13:49 +00:00

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