Re: RCS 5.9.0 does not compile on Solaris

Thien-Thi Nguyen <[email protected]> Wed, 25 Sep 2013 11:44:38 +0200
Newsgroups gmane.comp.version-control.rcs.bugs
Message-ID <[email protected]>
() Paul Eggert <[email protected]>
() Tue, 04 Jun 2013 14:29:16 -0700

   The main problem comes from quirks in Solaris 9 /bin/sh,
   which is still basically the Bourne shell.  You can't trust
   backslashes inside `...`, and you can't use "if !".  Also, as
   you've noted, grep -q doesn't work; I expect this explains
   many of the test failures.  One more thing: you can't use
   "$<" in regular Makefile rules; you gotta spell it out.  This
   stuff is all documented somewhere, I expect in the Autoconf
   manual.

Thanks for the suggestions.  I've installed changes to address
‘$<’ and backslash-in-backticks in build-aux/extract-help:

 http://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p

Any other problems, let me know soon(ish); i plan to release
5.9.1 some time next week or so.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil
signature.asc (application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlJCsI0ACgkQZwMiJEyAdQIkUwCgkGFCX8jsW7Nyqz6bPxf/KrEP
j2kAoOaWSxcrqVvNk+xNDgyY9IgFQ0iJ
=t8Qv
-----END PGP SIGNATURE-----