* m4/macros/header_templates.m4: templates for FFS.
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 1 Oct 2005 06:48:08 +0000 (06:48 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 1 Oct 2005 06:48:08 +0000 (06:48 +0000)
commitd5c3a9c8cd018610263857912c480707ff25e5b9
tree1f7376b7a367f409553bdf851b9fad129fef0146
parente3f68836c2c78827c0f7e72752ef8fa810285125
* m4/macros/header_templates.m4: templates for FFS.

* m4/macros/check_mnttab_type.m4: on BSD44 systems, check for file
system mount table name via the MOUNT_* mount(2) macros (because
BSD44 keeps the mount table in the kernel).

* configure.in: synchronise order of searching for mnttab entries
and mount names.  The new order is "ext3 ext2 ffs ufs 4.2 4.3 4.4
efs xfs jfs ultrix" (which would prefer ffs on BSD44 instead of
ufs, and ext3 instead of ext2 on Linux).
ChangeLog
NEWS
configure.in
m4/macros/check_mnttab_type.m4
m4/macros/header_templates.m4