mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 08:30:42 +01:00
... and do them via containers. This also reduces resource usage and runtime on Travis a bit.
5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
printf "running configure with\nCC:\t$CC\nCFLAGS:\t$CFLAGS\n"
|
|
autoreconf -fvi
|
|
./configure $RSYSLOG_CONFIGURE_OPTIONS $RSYSLOG_CONFIGURE_OPTIONS_EXTRA
|