The most logical thing would probably just be to do this:
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;; # stdin
+ /*) echo $f ;; # absolute paths
+ ./*) echo $f ;; # builddir-relative paths
*) echo $ac_given_srcdir/$f ;; # srcdir paths
esac
done`
What do you think?
Lars J
- [patch] acgeneral.m4 (stdin/stdout support for config.stat... Lars J. Aas
- Re: [patch] acgeneral.m4 (stdin/stdout support for co... Akim Demaille
- Re: [patch] acgeneral.m4 (stdin/stdout support fo... Lars J. Aas
- Re: [patch] acgeneral.m4 (stdin/stdout suppor... Akim Demaille
- Re: [patch] acgeneral.m4 (stdin/stdout su... Lars J. Aas
- Re: [patch] acgeneral.m4 (stdin/stdo... Akim Demaille
- Re: [patch] acgeneral.m4 (stdin/... Lars J. Aas
- Re: [patch] acgeneral.m4 (st... Akim Demaille
- Re: [patch] acgeneral.m4 (st... Lars J. Aas
- Re: [patch] acgeneral.m4 (st... Akim Demaille
- Re: [patch] acgeneral.m4 (stdin/stdo... Alexandre Oliva
- Re: [patch] acgeneral.m4 (stdin/... Lars J. Aas
- Re: [patch] acgeneral.m4 (st... Akim Demaille
- Re: [patch] acgeneral.m4 (st... Lars J. Aas
- Re: [patch] acgeneral.m4 (st... Akim Demaille
