Also, one more item. In AC_OUTPUT_FILES, there is a sed command that should be 
reversed 
to keep filenames with colons in them (like c:/windows) from being affected. Would 
there be any adverse affects to the output if the colon replacement were done first?


  # Don't redirect the output to AC_FILE directly: use `mv' so that updating
  # is atomic, and doesn't need trapping.
  ac_file_inputs=`echo "$ac_file_in" |
                  sed -e "s%^%$ac_given_srcdir/%;s%:% $ac_given_srcdir/%g"`


Reply via email to