Hi Karl, > + /* If an output directory was specified, use it. */ > + if (output_directory) { > + temp = concat3(output_directory, DIR_SEP_STRING, new_name); > + new_name = temp; > + } > + if (output_directory && !kpse_absolute_p (new_name, 1)) { Thanks, Akira