[Freeciv-tickets] [freeciv] #43352: AC_C_VARARRAYS() too strict

Back to archive index
OSDN Ticket System norep****@osdn*****
Thu Dec 9 02:15:53 JST 2021


#43352: AC_C_VARARRAYS() too strict

  Open Date: 2021-12-08 19:02
Last Update: 2021-12-08 19:15

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/43352
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43352

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-12-08 19:15 Updated by: cazfi
 * Details Updated


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: 3.0.0
     Component: Bootstrap
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

Configure with tcc fails on S3_0+. The reason is that those branches use AC_C_VARARRAYS(), while older branches used custom macro of our own (AC_C_VARARRAYS() wasn't available at the time it was introduced). AC_C_VARARRAYS() is a more complete check for vararrays support than our custom macro was. Needlessly so, as our own macro checked the constructs we actually need.
We should probably reintroduce our own macro.
As part of #43200, this has also been posted to http://forum.freeciv.org/f/viewtopic.php?f=14&t=92091


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/43352
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=43352



More information about the Freeciv-tickets mailing list
Back to archive index