From: Stephen D. <sd...@gm...> - 2007-02-20 15:54:49
|
On 2/20/07, Zoran Vasiljevic <zv...@ar...> 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 by > far not the case yet. Some of us are still running Mac OSX > and Solaris... > Ring ring! Hello? The 1980's called, they want their tired old shell tools back !! Sorry, I added this... The goal is to create a variable called TCL_LIB which contains something like tcl8.4g, something suitable for passing to the linker without the -l and so on. e.g. for passing to AC_CHECK_LIB, but there are other uses too, so I'd like to keep it if possible. What's the old skool way of doing this? |