You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2008/01/29 06:14:49 UTC

[Stdcxx Wiki] Trivial Update of "AutoTools" by EricLemings

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. `<wchar.h>`)
  
@@ -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.