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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ab5f27c42c253ac5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!syros.belnet.be!news.belnet.be!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: GNAT and GNU build system Date: Fri, 13 Aug 2004 15:52:07 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <87brhgbgtg.fsf@deneb.enyo.de> NNTP-Posting-Host: belenus.iks-jena.de X-Trace: branwen.iks-jena.de 1092412327 1832 217.17.192.34 (13 Aug 2004 15:52:07 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Fri, 13 Aug 2004 15:52:07 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: g2news1.google.com comp.lang.ada:2719 Date: 2004-08-13T15:52:07+00:00 List-Id: * Florian Weimer wrote: > * Lutz Donnerhacke: >> You do not need autoconfig for Ada. > > Some autoconf features are very helpful for writing bindings, > though--for instance, extracting constant from system header files. They are a dirty hacks to dig data from a non progamming language (mostly C preprocessor). It would be much more helpful to simply import the values of constants using the linker.