Does anyone know a simple way to env alias a command like mysql_config=/opt/local/bin/mysql_config5? I have a lib I'm porting "libzdb" that uses "mysql_config --libs $LDFLAGS". I'm trying to find a way to make this build without patching. Thanks, Brad