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.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,12c54a0f5a27d882 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!newsfeed.straub-nv.de!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Autoconf & gnat Help Needed Date: Fri, 23 Apr 2010 20:18:40 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Injection-Date: Fri, 23 Apr 2010 20:18:40 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="21664"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/4g1akXWXyDb/YIkDEWEet8sCGM8TCcPY=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:w/Pc9QzSh61ey34jJB+rs72fySQ= Xref: g2news1.google.com comp.lang.ada:10171 Date: 2010-04-23T20:18:40+00:00 List-Id: Vadim Godunko expounded in news:d50d540f-8fdf-40ae-9301- 4958c6bdff4f@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. This becomes especially crucial when you try to make the project build under HPUX, Solaris, AIX and OSX in addition to usual Linux/*BSD lineup. The environments are different enough to frustrate any simple minded configuration management system. Warren