void install(action& ac, char* args = "") {
	sprintf(buf,"%s configure -command {%s %s}",path(),ac.name(),args);
	tk->eval( buf );
	}
