Re: [naviserver-devel] sed -r

2007-02-20 Thread Stephen Deasey
On 2/20/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Am 20.02.2007 um 16:54 schrieb Stephen Deasey: > What's the old skool way of doing this? TCL_LIB="tcl$TCL_VERSION$TCL_DBGX" You're hired. :-)

Re: [naviserver-devel] sed -r

2007-02-20 Thread Bernd Eidenschink
Am Dienstag, 20. Februar 2007 17:01 schrieb Zoran Vasiljevic: > Am 20.02.2007 um 16:54 schrieb Stephen Deasey: > > What's the old skool way of doing this? > > TCL_LIB="tcl$TCL_VERSION$TCL_DBGX" that's not fair! that's too easy! :-)

Re: [naviserver-devel] sed -r

2007-02-20 Thread Zoran Vasiljevic
Am 20.02.2007 um 16:54 schrieb Stephen Deasey: What's the old skool way of doing this? TCL_LIB="tcl$TCL_VERSION$TCL_DBGX"

Re: [naviserver-devel] sed -r

2007-02-20 Thread Stephen Deasey
On 2/20/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Hi, In the latest configure.in there is a "sed -r" to extract something out of the TCL_LIB. Can we live without that? "sed -r" is a Linux variant only. I know that perhaps in the near future, we will all be running Linux only, but this is b

[naviserver-devel] sed -r

2007-02-20 Thread Zoran Vasiljevic
Hi, In the latest configure.in there is a "sed -r" to extract something out of the TCL_LIB. Can we live without that? "sed -r" is a Linux variant only. I know that perhaps in the near future, we will all be running Linux only, but this is by far not the case yet. Some of us are still running Mac