File: autogen.sh

package info (click to toggle)
corosync 3.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,352 kB
  • sloc: ansic: 44,919; sh: 11,532; makefile: 647
file content (5 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (13)
1
2
3
4
5
#!/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