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

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.21 / (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
CVS Tags: HEAD
Changes since 1.20: +6 -0 lines
Diff to previous 1.20 (colored)

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

Revision 1.20 / (download) - annotate - [select for diffs], Tue Apr 29 03:12:13 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.19: +5 -174 lines
Diff to previous 1.19 (colored)

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

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 14 01:49:27 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
Changes since 1.18: +35 -13 lines
Diff to previous 1.18 (colored)

dmapi/xfsdump configure fixes, some xfs_copy fixups.
dmapi package configure fixes.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 31 06:57:56 2003 UTC (14 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.17: +8 -4 lines
Diff to previous 1.17 (colored)

Minor userspace build changes, keeping packages in sync.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 1 23:24:42 2002 UTC (14 years, 10 months ago) by nathans
Branch: MAIN
Changes since 1.16: +14 -10 lines
Diff to previous 1.16 (colored)

Updates to acl/attr I18N (final).  Sync up dmapi scripts with the I18N
aware versions - dmapi doesn't have any strings, so this is just keeping
scripts in sync.
Sync up dmapi scripts with the I18N aware versions - dmapi doesn't have any
strings (just a library), so this is just keeping scripts in sync.

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

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

Revision 1.15 / (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.14: +13 -0 lines
Diff to previous 1.14 (colored)

Use rpmbuild for building rpms

Revision 1.14 / (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.13: +4 -45 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Thu Mar 21 17:33:31 2002 UTC (15 years, 7 months ago) by roehrich
Branch: MAIN
Changes since 1.12: +0 -7 lines
Diff to previous 1.12 (colored)

dm_handle_to_path() will now work in most cases, and in the other cases
there's just a little more grunt work that has to be done in the library.  If
the directory that contains some component of the path has never had a lookup
performed on it, then the kernel won't have that dir in its dcache.  In that
case it'll create an anonymous dentry for the filesystem's root dir, and the
library detects that this happened.

If the library detects that an anonymous dentry was created, then it returns
an error indicating that it didn't find the path.  Before I take this another
step, I'd like to know if this scenario happens in actual practice.  I'm
betting the directory of interest has almost always been loaded into the
dcache by a user process before the HSM uses dm_handle_to_path().  We'll see.

It seems that ioctl(XFS_IOC_OPEN_BY_HANDLE) would have the same restriction,
though it looks like it's never used in a case where the path hasn't already
been accessed.

This mod also removes libdm's dependence on libhandle.
Remove check for libhandle.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 25 22:07:26 2002 UTC (15 years, 8 months ago) by nathans
Branch: MAIN
Changes since 1.11: +7 -0 lines
Diff to previous 1.11 (colored)

Merge of xfs-cmds-2.4.18:slinx:111136a by nathans.

  bump to version 2.0.0 for extended attribute and other interface changes.

Revision 1.11 / (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.10: +1 -1 lines
Diff to previous 1.10 (colored)

don't use -f to "hostname", its not portable.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 2 01:44:45 2001 UTC (16 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9 (colored)

additional diagnostic messages when we can't find headers/libs we need.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 24 20:22:44 2001 UTC (16 years, 3 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], Thu Jul 19 01:00:14 2001 UTC (16 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.7: +18 -19 lines
Diff to previous 1.7 (colored)

change the way we interact with libtool and do .deb packaging for
consistency between all packages.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 13 18:06:23 2001 UTC (16 years, 4 months ago) by roehrich
Branch: MAIN
Changes since 1.6: +18 -0 lines
Diff to previous 1.6 (colored)

add libtool checks, and related pieces

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], Mon May 7 02:46:00 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)

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.4 / (download) - annotate - [select for diffs], Wed Feb 28 23:07:10 2001 UTC (16 years, 8 months ago) by roehrich
Branch: MAIN
CVS Tags: Release-1_0_0
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

libdm touch-ups
place dmapi.h in /usr/include/xfs

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 29 23:27:23 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
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], Thu Jan 25 01:28:18 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1 (colored)

need to check for handle.h header file before attempting a build.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 17 01:36:55 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN

initial version for reworked dmapi 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>