From: Erez Zadok Date: Mon, 16 May 2005 23:23:29 +0000 (+0000) Subject: start rc5 X-Git-Tag: am-utils-6_1_rc5~4 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=9bb668b94e6eb7ebfc0bc2802bb361f10c5f34a4;p=am-utils-6.0.git start rc5 --- diff --git a/.cvsignore b/.cvsignore index 6a388a1..659c979 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/ChangeLog b/ChangeLog index 135e626..4969888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-05-16 Erez Zadok + * 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 29ac67f..1c0ba00 100644 --- 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) diff --git a/configure.in b/configure.in index 89411f9..c871af6 100644 --- a/configure.in +++ b/configure.in @@ -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 ***)