aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
AgeCommit message (Collapse)Author
2008-01-03Use pkg-config to determine where to find the devmapper libraryTheodore Ts'o
Fedora and Red Hat puts the devmapper library in different locations compared to Debian, so we use pkg-config. Unfortunately Debian's devmapper.pc file is buggy (See Debian Bug #390243), so we have to work around it. Historically, e2fsprogs has tried not to depend on pkg-config, since its answers are so often **wrong** (the Debian bug has been ignored for over a year), so I'm hoping I'm not going to regret this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-12-16Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o
Also store the clock sequence information in a state file in /var/lib/misc/uuid-clock so that if the time goes backwards the clock sequence counter can get bumped. This allows us to completely correctly generate time-based (version 1) UUID's according to the algorithm specified RFC 4122. Addresses-Sourceforge-Bug: #1529672 Addresses-Red-Hat-Bugzilla: #233471 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2004-11-30Update to use gettext 0.14.1 and autoconf 2.50+Theodore Ts'o
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o
Fixed up support for using the internal intl library.
2000-02-08ChangeLog, configure, configure.in, aclocal.m4:Theodore Ts'o
configure.in, aclocal.m4: Add support for GNU gettext internationalization support.