File: bootstrap

package info (click to toggle)
libvmod-selector 2.6.0%2B20250506-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,568 kB
  • sloc: ansic: 2,808; makefile: 115; sh: 37; ruby: 36
file content (16 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e
set -u

ROOT_DIR=$(dirname "$0")

pkg-config --exists --print-errors varnishapi

VARNISHAPI_DATAROOTDIR=$(pkg-config --variable=datarootdir varnishapi)
export VARNISHAPI_DATAROOTDIR

mkdir -p m4
autoreconf -i "$ROOT_DIR"

"$ROOT_DIR"/configure "$@"