Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 71525 invoked from network); 29 Jan 2008 05:15:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 05:15:11 -0000 Received: (qmail 31244 invoked by uid 500); 29 Jan 2008 05:15:01 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 31221 invoked by uid 500); 29 Jan 2008 05:15:01 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 31212 invoked by uid 99); 29 Jan 2008 05:15:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 21:15:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 05:14:43 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0F825D2DB for ; Tue, 29 Jan 2008 05:14:50 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@stdcxx.apache.org Date: Tue, 29 Jan 2008 05:14:49 -0000 Message-ID: <20080129051449.12250.26864@eos.apache.org> Subject: [Stdcxx Wiki] Trivial Update of "AutoTools" by EricLemings X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification. The following page has been changed by EricLemings: http://wiki.apache.org/stdcxx/AutoTools ------------------------------------------------------------------------------ * All other distribution and maintenance files - The current (Jan. '08) trunk represents the second (and easiest) part of this work. There are like some minor issues that need resolving but no show-stoppers. + The current (Jan. '08) trunk represents the second (and easiest) part of this work. There are still some minor issues that need resolving but no show-stoppers. == Configuration Checks == @@ -22, +22 @@ 1.1.2. Intrinsic Types (e.g. `long long`) - 1.1. Standard C Library + 1.2. Standard C Library 1.2.1. Header Files (e.g. ``) @@ -32, +32 @@ 1.2.1.3. Functions (e.g. `fwprintf`) - 1.2. Non-Standard Extensions + 1.3. Non-Standard Features 2. C++ @@ -40, +40 @@ 2.2. Standard C++ Library - 2.3. Non-Standard Extensions + 2.3. Non-Standard Features 3. Environment @@ -48, +48 @@ 3.2. Operating System (e.g. version info, POSIX conformance, multithreading) - 3.3. External Software (e.g. optional libraries) + 3.3. External Software (e.g. diagnostic tools) The current plan is to tackle everything in Section 1 before moving on to the rest.