2005-05-11 Erez Zadok <ezk@cs.sunysb.edu>
+ * m4/macros/{check_checkmount_style.m4, check_mnttab_style.m4,
+ check_nfs_fh_dref.m4, check_nfs_prot_headers.m4,
+ check_nfs_sa_dref.m4, check_umount_style.m4, os_cflags.m4}: check
+ for "macosx" as valid OS string, so we compile properly on Darwin
+ systems.
+
*******************************************************************
*** Released am-utils-6.1-rc3 ***
*******************************************************************
+*** Notes specific to am-utils version 6.1-rc4
+
+- bugs fixed:
+ * check for "macosx" in M4 macros properly
+
*** Notes specific to am-utils version 6.1-rc3
Minor fix to configure.in. Reran bootstrap to get a working configure
dnl INITIALIZATION
dnl AC_INIT
dnl new init style: PACKAGE, VERSION, BUG-REPORTING-ADDRESS
-AC_INIT([am-utils],[6.1-rc3],[am-utils@am-utils.org])
+AC_INIT([am-utils],[6.1-rc4],[am-utils@am-utils.org])
AC_MSG_NOTICE(*** INITIALIZATION ***)
AC_CONFIG_SRCDIR([amd/amd.c])
AM_CONFIG_HEADER(config.h)
dnl
dnl AC_CONFIG_AUX_DIR(m4)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.86 $)
+AC_REVISION($Revision: 1.87 $)
AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
dnl find out system type
AC_MSG_NOTICE(*** SYSTEM TYPES ***)
case "${host_os_name}" in
svr4* | sysv4* | solaris2* | sunos5* )
ac_cv_style_checkmount=svr4 ;;
- bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | rhapsody* )
+ bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | macosx* | rhapsody* )
ac_cv_style_checkmount=bsd44 ;;
aix* )
ac_cv_style_checkmount=aix ;;
case "${host_os_name}" in
aix* )
ac_cv_style_mnttab=aix ;;
- bsd* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | rhapsody* )
+ bsd* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | macosx* | rhapsody* )
ac_cv_style_mnttab=bsd ;;
isc3* )
ac_cv_style_mnttab=isc3 ;;
ac_cv_nfs_fh_dref_style=bsd44 ;;
# all new BSDs changed the type of the
# filehandle in nfs_args from nfsv2fh_t to u_char.
- freebsd* | freebsdelf* | bsdi* | netbsd* | openbsd* | darwin* | rhapsody* )
+ freebsd* | freebsdelf* | bsdi* | netbsd* | openbsd* | darwin* | macosx* | rhapsody* )
ac_cv_nfs_fh_dref_style=freebsd22 ;;
aix[[1-3]]* | aix4.[[01]]* )
ac_cv_nfs_fh_dref_style=aix3 ;;
ac_cv_nfs_prot_headers=nextstep ;;
ultrix* )
ac_cv_nfs_prot_headers=ultrix ;;
- darwin* | rhapsody* )
+ darwin* | macosx* | rhapsody* )
ac_cv_nfs_prot_headers=darwin ;;
* )
ac_cv_nfs_prot_headers=default ;;
ac_cv_nfs_sa_dref_style=svr4 ;;
386bsd* | bsdi1* )
ac_cv_nfs_sa_dref_style=386bsd ;;
- bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | rhapsody* )
+ bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | macosx* | rhapsody* )
ac_cv_nfs_sa_dref_style=bsd44 ;;
linux* )
ac_cv_nfs_sa_dref_style=linux ;;
case "${host_os_name}" in
linux* )
ac_cv_style_umount=linux ;;
- bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | rhapsody* )
+ bsd44* | bsdi* | freebsd* | netbsd* | openbsd* | darwin* | macosx* | rhapsody* )
ac_cv_style_umount=bsd44 ;;
osf* )
ac_cv_style_umount=osf ;;
;;
esac
;;
- darwin* | rhapsody* )
+ darwin* | macosx* | rhapsody* )
ac_cv_os_cflags="-D_P1003_1B_VISIBLE"
;;
* )