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