Hello,

Am Sunday, den 10. June 2001 14:30:49 schrieb Nikolaus Regnat:

> Thanks for your advice. Configuration and compilation of the programs worked
> fine. Can you tell me why 
>       cd subdir
>       ./configure --bar
> doesn´t work? It works only with cd subdir && ./configure --bar - so what´s
> the reason?

This is in a makefile? in a makefile every line is executed seperetely
by a shell, so the first shells executes 'cd subdir' terminates, then
the second is started and executes './configure --bar'.

        MfG
        bmg

-- 
"Des is völlig wurscht, was heut beschlos- | M G Berberich
 sen wird: I bin sowieso dagegn!"          | [EMAIL PROTECTED]
(SPD-Stadtrat Kurt Schindler; Regensburg)  |

PGP signature

Reply via email to