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"`
- DOS paths v2 Mark E.
- Re: DOS paths v2 Akim Demaille
- Re: DOS paths v2 Mark E.
- Re: DOS paths v2 Akim Demaille
- Re: DOS paths v2 Alexandre Oliva
- Re: DOS paths v2 akim demaille
- Re: DOS paths v2 Mark E.
