******************************************************************* am-utils-6_1_rc6
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 26 May 2005 13:45:00 +0000 (13:45 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 26 May 2005 13:45:00 +0000 (13:45 +0000)
*** Released am-utils-6.1-rc6 ***
*******************************************************************

* conf/mtab/mtab_aix.c, conf/checkmount/checkmount_aix.c: only
define an extern for mntctl() if needed.
* ltmain.sh: update from latest libtool-1.5.18, so we can properly
that matches the appropriate libtool M4 macros.  This makes

ChangeLog
NEWS

index 85fe0a7a7d4ae75109ae4b699aabc37983194b9f..d79c15ef916e09ee0cc3409d7101e2bbfb998dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-26  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       *******************************************************************
+       *** Released am-utils-6.1-rc6                                   ***
+       *******************************************************************
+
 2005-05-25  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about
@@ -15,8 +21,8 @@
        * m4/macros/check_extern.m4: include <sys/vmount.h> on AIX
        systems, so we can find extern definition for mntctl().
 
-       * conf/mtab/mtab_aix.c, conf/checkmount/checkmount_aix.c: onlu
-       define an xtern for mntctl() if needed.
+       * conf/mtab/mtab_aix.c, conf/checkmount/checkmount_aix.c: only
+       define an extern for mntctl() if needed.
 
        * amd/ops_nfs.c (prime_nfs_fhandle_cache): never, ever, use C++
        style comments in C code.  Some C compilers don't accept it.
 
        * configure.in: check for mntctl() extern on AIX systems.
 
-       * ltmain.sh: update from latst libtool-1.5.18, so we can properly
+       * ltmain.sh: update from latest libtool-1.5.18, so we can properly
        build on AIX 5.2/5.3 with cc and with gcc.
 
        * m4/macros/libtool.m4: update from latest libtool-1.5.18.  This
        time, and from now on, we must include libtool.m4 from the libtool
        distribution itself.  That way we ensure that we use an ltmain.sh
-       that macthes the appropriate libtool M4 macros.  This makes
+       that matches the appropriate libtool M4 macros.  This makes
        am-utils no longer dependent on having libtool installed on a
        given system on which you run bootstrap.
 
diff --git a/NEWS b/NEWS
index 3a3e3924917ce644f244e150446b5eee75ee0fcf..8aa50d66af97508a8a01a72ebacb2ff1d0294576 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@
 
 - bugs fixed:
        * minor compile error of nfs_subr.c on some systems.
+       * AIX 5.2/5.3 PPC compile fixes.
 
 *** Notes specific to am-utils version 6.1-rc5