DEBSOURCES
Skip Quicknav
sources / syslog-ng / 3.19.1-5 / dbld / bootstrap
12345678910
#!/bin/bash set -e cd /source ./autogen.sh cd /build echo "Running configure with: ${CONFIGURE_OPTS}" /source/configure ${CONFIGURE_OPTS}