summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1998-04-03 16:07:06 +0000
committerTheodore Ts'o <tytso@mit.edu>1998-04-03 16:07:06 +0000
commitd171c5b5ee86f87f028fe62d684659f249b9e334 (patch)
treefcc7bc4bf5964d386a564be857dc20795b07a778 /util
parent7e44f24237285e809a9f6752e5c960a421e4e998 (diff)
downloade2fsprogs-d171c5b5ee86f87f028fe62d684659f249b9e334.tar.gz
ChangeLog, subst.conf.in:
Add substitution for @datadir@ ChangeLog, Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. Remove cat8dir from the installdirs target, since modern man package don't necessarily put the cat directory in /usr/man/cat?. ChangeLog, .del-types.h.in~7a460879: types.h.in: Add a signed keyword to the __s64 definition.
Diffstat (limited to 'util')
-rw-r--r--util/ChangeLog4
-rw-r--r--util/subst.conf.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 88379215..b5ba2df4 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * subst.conf.in: Add substitution for @datadir@
+
Mon Jan 19 09:25:24 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* subst.c: Rename "new" to "new_f" to avoid C++ reserved word
diff --git a/util/subst.conf.in b/util/subst.conf.in
index 9108659f..355f1691 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -9,3 +9,4 @@ SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
SIZEOF_LONG @SIZEOF_LONG@
SIZEOF_INT @SIZEOF_INT@
SIZEOF_SHORT @SIZEOF_SHORT@
+datadir @datadir@