- test "x$1" = "xI-am-okay-with-destroying-my-system" || exit 1
- set -ex
- export CC=$(which "$myCC")
- $CC --version
- ./autogen.sh
- ./configure $GLOBAL_CONFIGURE_ARGS $CONFIGURE_ARGS
- make CFLAGS="$GLOBAL_CFLAGS $BUILD_CFLAGS" $MAKEOPTS
- make check
- sudo make install
|