From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,12c54a0f5a27d882 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!b33g2000yqc.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Autoconf & gnat Help Needed Date: Sat, 24 Apr 2010 05:54:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 188.114.34.69 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1272113685 13495 127.0.0.1 (24 Apr 2010 12:54:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Apr 2010 12:54:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b33g2000yqc.googlegroups.com; posting-host=188.114.34.69; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11163 Date: 2010-04-24T05:54:45-07:00 List-Id: On Apr 24, 12:18=A0am, Warren wrote: > Vadim Godunko expounded in news:d50d540f-8fdf-40ae-9301- > 4958c6bdf...@q15g2000yqj.googlegroups.com: > > > On Apr 21, 11:54 pm, Warren wrote: > >> Has anyone here had experience using GNAT with autoconf/automake? > > > I used them long time ago. I don't known any project which still use > > them now, but them was used in old versions of PolyORB and QtAda. > > I just feel that if an Ada (gnat) based project is going > to gain any package-level respect from the maintainers > of Debian/etc., it will need to be autoconf ready. > By the way, configure equivalent, written in Ada, included in Matreshka, it is still relatively simple, but good enough to detect several important properties of target system like size of the address, endianess, support of atomic operations by architecture and support for MMX/SSE by Ada compiler.