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
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
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
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