File: build_setup

package info (click to toggle)
keepalived 1%3A2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,928 kB
  • sloc: ansic: 68,122; sh: 1,868; makefile: 770; python: 35; xml: 13
file content (8 lines) | stat: -rwxr-xr-x 100 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

mkdir -p build-aux

aclocal --install -I m4
autoheader
automake --add-missing
autoreconf