diff --git a/configure b/configure index e242e73c..e0d1df76 100755 --- a/configure +++ b/configure @@ -1,4 +1,7 @@ -#!/bin/bash +#!/usr/bin/env bash + +export CFLAGS="${CPPFLAGS} ${CFLAGS}" +test "${AS:-:}" = ":" && unset AS if test x"$1" = x"-h" -o x"$1" = x"--help" ; then cat <