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.
configure.ac: move program_transform_name
Historically
$program_transform_namehas been put in front ofAC_CANONICAL_TARGET. Previous commit changes it, which affects thename 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.