1#!/bin/sh
2
3. ./bootstrap && \
4	exec ./configure CFLAGS="-g -O2" $args $hackargs "$@"
5