start rc5
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 16 May 2005 23:23:29 +0000 (23:23 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 16 May 2005 23:23:29 +0000 (23:23 +0000)
.cvsignore
ChangeLog
NEWS
configure.in

index 6a388a1721ae51db1d7c2f79758737e525e695e1..659c9797f7c8b31f23cb54b4a9d9df3773184548 100644 (file)
@@ -142,3 +142,4 @@ A.i386-pc-linux-rhel4
 A.sparc-sun-solaris2.10
 A.powerpc64-unknown-linux-rhel4
 A.powerpc64-unknown-linux-sles9
+A.powerpc-apple-darwin7.9.0
index 135e626066e352a0e4bd6ce9b08da31d3c659046..4969888736ed8e8123ca57d974fdab51e1e07111 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-05-16  Erez Zadok  <ezk@cs.sunysb.edu>
 
+       * minor new ports: powerpc-apple-darwin7.9.0.
+
        * m4/macros/host_macros.m4: if a NetBSD system, remove 'elf' part
        from OS name because it's no longer relevant.  Also, don't include
        the major OS version number in the OS name because that's also
diff --git a/NEWS b/NEWS
index 29ac67f492e34df3aae0fe9ae1336dd6f8346d74..1c0ba0046d8fda117dd19c1dd15bd762e4f00aff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-*** Notes specific to am-utils version 6.1-rc4
+*** Notes specific to am-utils version 6.1-rc5
 
 For NetBSD systems, $os used to say "netbsdelf1" or "netbsdelf2."  Now it
 just says "netbsd."
 
+- minor new ports:
+       powerpc-apple-darwin7.9.0
+
+*** Notes specific to am-utils version 6.1-rc4
+
 - bugs fixed:
        * check for "macosx" in M4 macros properly
        * minor memory leaks (thanks to Valgrind)
index 89411f9c54c36881aeb2b8e3fd6c54a3733a314b..c871af6555053b8d73f3670a583d00c37a328a2e 100644 (file)
@@ -12,7 +12,7 @@ dnl ######################################################################
 dnl INITIALIZATION
 dnl AC_INIT
 dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS
-AC_INIT([am-utils],[6.1-rc4],[am-utils@am-utils.org])
+AC_INIT([am-utils],[6.1-rc5],[am-utils@am-utils.org])
 AC_MSG_NOTICE(*** INITIALIZATION ***)
 AC_CONFIG_SRCDIR([amd/amd.c])
 AM_CONFIG_HEADER(config.h)
@@ -53,7 +53,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.87 $)
+AC_REVISION($Revision: 1.88 $)
 AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)