Thanks John
That did the trick
>> CFLAGS = -O -D_ALL_SOURCE -Wc,float\(IEEE\),haltonmsg\(3296\)
>> -W c,dll <<
But this is not the optimum solution , because I added { haltonmsg\(3296\)
} to get the configure script to work better,
But we do not want { haltonmsg\(3296\) } to go into config.mk
There fore the following seems to be the only acceptable "simple" solution
>>>>
if test "$zOSUnix" = "yes"; then
# CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\\\(/g;s/)/\\\\)/g'`
CFLAGS="-D_ALL_SOURCE -Wc,float\(IEEE\),dll"
fi
ac_config_files="$ac_config_files auto/config.mk:config.mk.in"
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
John Little
Sent: Thursday, May 03, 2012 6:36 PM
To: [email protected]
Cc: MVS OpenEdition ([email protected])
Subject: Re: VIM: configure script sed and escapes (yikes help please)
On Friday, May 4, 2012 6:37:37 AM UTC+12, Bovy, Stephen wrote:
> I am not a unix guru, what am I missing ??
Four more backslashes.
CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\\\(/g;s/)/\\\\)/g'`
Regards, John
--
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
--
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