* Albert Chin wrote on Wed, May 04, 2005 at 08:13:45PM CEST:
> In libtool.m4, we have:
> ...
> So, some values using '~' use a newline after, and some don't. Does it
> matter or should we have some consistency?
It doesn't, it's for readability only.
Regards,
Ralf
In libtool.m4, we have:
...
if test -n "$RANLIB"; then
case $host_os in
openbsd*)
old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
;;
*)
old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
;;
esac
old_archive_cmds="$old_arc