help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Feed through a single quote from configure.in to mkoctfile


From: Thomas Treichl
Subject: Feed through a single quote from configure.in to mkoctfile
Date: Sat, 30 Jun 2007 00:53:13 +0200
User-agent: Thunderbird 2.0.0.4 (Macintosh/20070604)

Hi,

I'd like to feed through a single quote from the configure.in file (about line 1104 in *.tar.gz version 2.9.12) to mkoctfile and I don't know how to do this (I've tried \', '', \\\' ...). I'd like to get the following line as a result after calling ./autogen.sh && ./configure

: ${DL_LDFLAGS="-bundle -bundle_loader '$BINDIR/octave-$OCTAVE_VERSION$EXEEXT'"}

instead of

: ${DL_LDFLAGS="-bundle -bundle_loader $BINDIR/octave-$OCTAVE_VERSION$EXEEXT"}

How can I do this?

  Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]