Condition evaluation removed

2008-09-11 Thread Giles Anderson
Is there a way to populate the file output from my '.in' file with only the result of a condition evaluation not the condition itself? So my dev.ini.in file looks like: export [EMAIL PROTECTED]@ if [ $(hostname|cut -d. -f1) = "$(echo ${SCHED_HOST} |cut -d. -f1)" ] then export ORA

Re: Condition evaluation removed

2008-09-18 Thread Giles Anderson
set it up like that. And then dropped @REQUIRE_SCHED_VARS@ into my '.in' file Much appreciated, thanks Giles 2008/9/11 Ralf Wildenhues <[EMAIL PROTECTED]> > Hello Giles, > > * Giles Anderson wrote on Thu, Sep 11, 2008 at 05:45:38PM CEST: > > Is there a way to po

Re: Condition evaluation removed

2008-09-18 Thread Giles Anderson
Thanks Paul Point taken about using 'export' and '.' And, as it happens very valid, as I now have an AIX machine added to the mix. 2008/9/12 Paul Smith <[EMAIL PROTECTED]> > On Thu, 2008-09-11 at 16:45 +0100, Giles Anderson wrote: > >export ORAENV_A

Re: Generating Test Suites with Autotest

2005-06-27 Thread Giles Anderson
On 27/06/05, Stepan Kasal <[EMAIL PROTECTED]> wrote: > The simple *.test files used by Automake test suite seems to be much > simpler. I hadn't come across this Automake facility. Could you provide some details Stepan? Giles ___ Autoconf mailing list