I noticed this yesterday when I wanted to set CFLAGS="-xc99 -xarch=v9" via configure. The configure script passes that on to the build directory using $*. It should really use $@ to preserve any quoting in the original args. Ray