File: bootstrap

package info (click to toggle)
syslog-ng 3.19.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,176 kB
  • sloc: ansic: 114,472; makefile: 4,697; sh: 4,391; python: 4,282; java: 4,047; xml: 2,435; yacc: 1,108; lex: 426; perl: 193; awk: 184
file content (10 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e

cd /source
./autogen.sh

cd /build
echo "Running configure with: ${CONFIGURE_OPTS}"
/source/configure ${CONFIGURE_OPTS}