I am trying to add the following to the configure script >>
if test "$zOSUnix" = "yes"; then
CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\(/g;s/)/\\)/g'`
# CFLAGS="-D_ALL_SOURCE -Wc,float\(IEEE\),dll"
fi
And it does not seem to be working
The resulting config.mk has the following >>
CFLAGS = -O -D_ALL_SOURCE -Wc,float(IEEE),haltonmsg(3296) -W c,dll
>>>>
On the shell command line the following works great >>
echo "()" | sed 's/(/\\(/g;s/)/\\)/g'
I am not a unix guru, what am I missing ??
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php