A.alphaev56-dec-osf4.0f
A.mips-unknown-linux-gentoo1.4.16
A.sparc64-unknown-linux-gentoo1.4.16
+A.i386-pc-linux-fc4
+2005-06-15 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * minor new port: i386-pc-linux-fc4 (gcc4 catches more bugs).
+
+ * m4/macros/type_recvfrom_fromlen.m4: linux systems use unsigned
+ int as the type of recvfrom()'s 6th argument.
+
+ * m4/macros/type_yp_order_outorder.m4: linux systems use unsigned
+ int as the type of yp_order()'s 3rd argument.
+
2005-06-15 Erez Zadok <ezk@cs.sunysb.edu>
* scripts/amd.conf-sample (map_type): typo, said mount_type
+*** Notes specific to am-utils version 6.1.1-pre
+
+* minor new ports:
+ i386-pc-linux-fc4
+
*** Notes specific to am-utils version 6.1
- bugs fixed:
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
-AC_INIT([am-utils],[6.1],[am-utils@am-utils.org])
+AC_INIT([am-utils],[6.1.1-pre],[am-utils@am-utils.org])
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
dnl UPDATE LIBAMU VERSION BEFORE OFFICIAL RELEASE!!!
dnl
dnl AC_CONFIG_AUX_DIR(m4)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.95 $)
+AC_REVISION($Revision: 1.96 $)
AC_COPYRIGHT([Copyright (c) 1997-2005 Erez Zadok])
dnl find out system type
AC_MSG_NOTICE(*** SYSTEM TYPES ***)
[
# select the correct type
case "${host_os}" in
+ linux* )
+ ac_cv_recvfrom_fromlen="unsigned int" ;;
aix[[1-3]]* )
ac_cv_recvfrom_fromlen="int" ;;
aix* )
ac_cv_yp_order_outorder=int ;;
solaris* | svr4* | sysv4* | sunos* | hpux* | aix* )
ac_cv_yp_order_outorder="unsigned long" ;;
- osf* )
+ linux* | osf* )
# DU4 man page is wrong, headers are right
ac_cv_yp_order_outorder="unsigned int" ;;
* )