CVS log for xfs-cmds/xfsprogs/configure.in

[BACK] Up to [Development] / xfs-cmds / xfsprogs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38 / (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
CVS Tags: HEAD
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)

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.37 / (download) - annotate - [select for diffs], Thu Sep 21 15:50:04 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.36: +1 -0 lines
Diff to previous 1.36 (colored)

Update xfsprogs so that the libdisk/md.c code sets stripe width using number
of raid-disks and doesn't include spare disks.
Make xfsprogs get its __u32 & friends types from <asm/types.h> if it exists.
Merge of master-melb:xfs-cmds:27016a by kenmcd.

  Add a AC_CHECK_TYPES for __u32 in <asm/types.h>.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jun 8 03:57:56 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.35: +3 -0 lines
Diff to previous 1.35 (colored)

Ongoing xfs_repair/libxfs scaling work - incorporate lio_listio detection into the build.
Merge of master-melb:xfs-cmds:26199a by kenmcd.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Apr 4 06:06:00 2006 UTC (11 years, 6 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.34: +6 -0 lines
Diff to previous 1.34 (colored)

fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 11 06:02:16 2005 UTC (12 years, 2 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.33: +2 -0 lines
Diff to previous 1.33 (colored)

Fix builds for FreeBSD, thanks to Craig Rodrigues.
Merge of master-melb:xfs-cmds:23478a by kenmcd.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Mar 9 14:08:18 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.32: +7 -2 lines
Diff to previous 1.32 (colored)

Resolve build issue with using libtermcap/libreadline via configure option.
Merge of master-melb:xfs-cmds:21777a by kenmcd.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 9 05:41:55 2004 UTC (13 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.31: +5 -0 lines
Diff to previous 1.31 (colored)

Fix up auto-detection of available libc features being used by xfs_io; including sendfile, fadvise, madvise, etc.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 19 01:59:30 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.30: +1 -6 lines
Diff to previous 1.30 (colored)

Simpler fix for the libuuid problem from awhile ago, works with all autoconf versions.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 5 04:12:55 2004 UTC (13 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.29: +2 -4 lines
Diff to previous 1.29 (colored)

Fix xfsprogs builds on certain platforms with unusual libuuid locations.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jun 26 07:05:59 2003 UTC (14 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.28: +3 -0 lines
Diff to previous 1.28 (colored)

Minor xfsprogs updates - add checks for pthreads lib, add missing stripe
info init in libxfs_mount, testing script for large filesystems.
Add in pthreads library checks.

Revision 1.28 / (download) - annotate - [select for diffs], Thu May 15 01:38:57 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

Additional uuid changes - last round didnt work with all autoconf versions.

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 14 06:56:59 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26 (colored)

Sync up minor differences between configure scripts (uuid, libtool checks), add in configurable package version number suffixes.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 30 01:31:48 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.25: +18 -274 lines
Diff to previous 1.25 (colored)

Bunch of configure updates for xfsprogs  to allow packages to better be kept
in sync in this area.
Rewrite to use local m4 macros instead of shell snippets.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 16 23:38:03 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.24: +11 -3 lines
Diff to previous 1.24 (colored)

Add editline support in for cases where readline is unavailable.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 16 18:29:10 2003 UTC (14 years, 6 months ago) by cattelan
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

Merge whitespace changes over

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 14 01:39:21 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.22: +22 -12 lines
Diff to previous 1.22 (colored)

Cosmetic configure tweaks to keep xfsprogs in sync with other packages.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 11 06:43:46 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.21: +40 -16 lines
Diff to previous 1.21 (colored)

Fix MD superblock state interpretation issues, and xfsprogs configure.in.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 31 02:57:10 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.20: +42 -34 lines
Diff to previous 1.20 (colored)

Bunch of portability related changes to xfsprogs.  Includes some code to
allow db/mkfs/repair to be used on Mac's (maybe useful for dual boot), &
some code to build on IRIX too (useful for purify-ing xfs_repair only).
Fix readline test, fix gettext tests, allow alternate install user/root.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 26 05:23:33 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored)

Fix readline use in xfsprogs configure script such that distributions
which have not got a correctly-linked libreadline will still work.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 25 03:48:48 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.18: +8 -1 lines
Diff to previous 1.18 (colored)

Add xfs_io into xfsprogs, an xfs_db-alike program for the XFS IO path
which knows about direct IO, space preallocation, realtime files, etc
which the usual tools like dd don't unfortunately.  This is a fixed-up
version of a hacked tool that I found useful for coding, debugging and
testing unwritten extents; hopefully it'll be useful for realtime too.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 19 00:38:27 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.17: +47 -19 lines
Diff to previous 1.17 (colored)

Flush out my xfsprogs backlog - bunch of I18N and sector size related
changes mainly, also some build minor build cleanups here and there.
Changes for I18N support.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 23 07:19:00 2002 UTC (15 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

trivial change allowing LIBTOOL var to specify where libtool lives, just
the same as we do for other build tools.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 10 02:01:37 2002 UTC (15 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.15: +0 -17 lines
Diff to previous 1.15 (colored)

try again with getting configure correct on newer autoconf versions.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 9 06:07:41 2002 UTC (15 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.14: +16 -0 lines
Diff to previous 1.14 (colored)

Make install process work for newer versions of autoconf too.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 16 04:44:19 2002 UTC (15 years, 3 months ago) by sandeen
Branch: MAIN
Changes since 1.13: +18 -5 lines
Diff to previous 1.13 (colored)

Use rpmbuild for building rpms

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 5 04:16:49 2002 UTC (15 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.12: +9 -48 lines
Diff to previous 1.12 (colored)

Build infrastructure updates so that configure options can be used to
specify paths rather than semi-hard-coded path names controlled by the
PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and
/lib32 as alternate library install paths, which some folks need.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 19 05:03:59 2001 UTC (16 years ago) by nathans
Branch: MAIN
Changes since 1.11: +0 -19 lines
Diff to previous 1.11 (colored)

incorporate Martin's changes to rework the LVM support in mkfs.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 10 01:31:41 2001 UTC (16 years, 1 month ago) by nathans
Branch: MAIN
Changes since 1.10: +14 -1 lines
Diff to previous 1.10 (colored)

updates for libhandle licensing, libuuid link strategy configurable.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 4 01:07:30 2001 UTC (16 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.9: +11 -31 lines
Diff to previous 1.9 (colored)

don't use -f to "hostname"; rework logic for checking sizeof long/ptr
so that cross compiles work correctly.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 24 20:22:44 2001 UTC (16 years, 2 months ago) by roehrich
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

fix the AC_ARG_ENABLE macro for --enable-shared.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 16 07:33:50 2001 UTC (16 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.7: +18 -14 lines
Diff to previous 1.7 (colored)

enforces the requirement to have libtool installed on the build machine.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 11 04:01:18 2001 UTC (16 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.6: +17 -1 lines
Diff to previous 1.6 (colored)

rework for libtool support.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 12 07:20:31 2001 UTC (16 years, 4 months ago) by ivanr
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

use . ./VERSION rather than . VERSION

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 9 06:56:06 2001 UTC (16 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

update a comment.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 7 02:46:00 2001 UTC (16 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

in the absence of any compeling information to suggest otherwise, fall
back to installing man pages in /usr/share/man, rather than /usr/man.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 29 23:27:23 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
CVS Tags: Release-1_0_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

fix use of potentially uninitialised variable in deciding where to put
man pages and how to build them.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 29 01:40:10 2001 UTC (16 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.1: +12 -4 lines
Diff to previous 1.1 (colored)

we lost the check for uuid.h at some point, add back in cos its important

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 15 06:52:52 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN

initial version for reworked xfsprogs build environment.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>