Up to [Development] / xfs-cmds / xfsprogs / m4
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 1 06:13:07 2007 UTC (10 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (unified)
s/HAVE___U32_T/HAVE___U32/g Thanks to Eric Sandeen for finding this. Merge of master-melb:xfs-cmds:28754a by kenmcd. s/HAVE___U32_T/HAVE___U32/g Thanks to Eric Sandeen for finding this.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 9 05:16:22 2007 UTC (10 years, 7 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +14 -0
lines
Diff to previous 1.2 (unified)
Need to check for __u32 in our own m4 macro instead of using AC_CHECK_TYPES which doesn't exist on some older autoconf's. Merge of master-melb:xfs-cmds:28226a by kenmcd. Need to check for __u32 in our own m4 macro instead of using AC_CHECK_TYPES which doesn't exist on some older autoconf's.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 19 23:05:49 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (unified)
Fix up autoconf/configure issues, esp. mishandling the AC_CHECK_SIZEOF macro.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 30 01:31:48 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Bunch of configure updates for xfsprogs to allow packages to better be kept in sync in this area. Macro for auto-detecting available types on the system.