Leopold Toetsch <[EMAIL PROTECTED]> writes:

> Andy Dougherty wrote:
> 
> 
> > Alternatively, developers could always try to ensure they checkin patches
> > in the correct order so that the timestamps stay correct.

Does cvs change the timestamps at checkout/update according to the
checkin timestamp?

> Or yet another one:
> 
> $ cat bison
> touch imcparser.c imcparser.h imclexer.c
> 
> in languages/imcc should do it.

That depends on the fact that everyone has . in his PATH and after the
system directories.

The correct solution would be to write a Configure test to find bison
(or maybe alternativly yacc). Is there a portable way to do this?

Or is it just
$sep = $^O =~ /Win32/ ? ';' : ':';
@path = split $sep, $ENV{PATH};
$bison_path = grep { -X "$_/bison" } @path;

bye
b.
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to