Project

General

Profile

« Previous | Next » 

Revision 7341b1a5

Added by shyouhei (Shyouhei Urabe) about 5 years ago

configure.ac: move program_transform_name

Historically $program_transform_name has been put in front of
AC_CANONICAL_TARGET. Previous commit changes it, which affects the
name of generated ruby binary when cross-compiling. I guess the
historical behaviour is a bug (name of ruby binary shall honour --target
configure option I think), but anyways here I preserve that questionable
way.