[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tvh-6-various-DJGPP-fixes.diff
From: |
Tim Van Holder |
Subject: |
Re: tvh-6-various-DJGPP-fixes.diff |
Date: |
17 Sep 2001 14:11:30 +0200 |
On Mon, 2001-09-17 at 11:29, Akim Demaille wrote:
>
> | m4_define([_AC_SRCPATHS],
> | [if test $1 != .; then
> | - ac_dir_suffix=/`echo $1 | sed 's,^\./,,'`
> | + ac_dir_suffix=/`echo $1 | sed 's,^\.[[\\/]],,'`
> | # A "../" for each directory in $ac_dir_suffix.
> | - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[[^/]]*,../,g'`
> | + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[[^\\/]]*,../,g'`
> | else
> | ac_dir_suffix= ac_top_builddir=
> | fi
>
> Fine.
OK - will commit later.
> I would feel much better if you could find something more elegant. I
> don't feel comfortable with this patch at all :( Sorry.
Don't be sorry - I simply ran 'cvs diff', threw related changes together
into separate diffs (tvh-1 -> tvh-5); this file contained the
'leftovers'. I'll probably keep using them for the DJGPP port, but
there's no immediate need to get them into the official tree.