sh location

2008-07-17 Thread Christian Csar
So in writing test scripts, I happened to read the man page for sh, and in APPLICATION USAGE it mentions that "Applications should note that the standard PATH to the shell cannot be assumed to be either /bin/sh or /usr/bin/sh, and should be determined by interrogation of the PATH returned by getcon

Re: yacc/lex name conflicts

2008-07-11 Thread Christian Csar
assistance. Incidentally according to man 1posix yacc it seems that in posix 2003 there are command line options for changing file prefix or symbol prefix. Christian Csar Erik de Castro Lopo wrote: > Christian Csar wrote: > >> Is there anyway to control the behavior of ylwrap? The

yacc/lex name conflicts

2008-07-11 Thread Christian Csar
Is there anyway to control the behavior of ylwrap? The project I am converting has its parsers use files like foo.l and foo.y for the lex and yacc files as they go together, and automake then converts both of these to foo.c, overwriting the first seemingly silently. Admittedly I solved this by chan