summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-10-22 00:14:26 -0400
committerTheodore Ts'o <tytso@mit.edu>2006-10-22 00:14:26 -0400
commitb6b65c3de480c8e17c2bf9ab12196c7dde325380 (patch)
treef1a98e905efabe43e93549856c892fa797d27426 /util
parent977ac8731bf3bd934421dd8107e77325ec7e6de7 (diff)
downloade2fsprogs-b6b65c3de480c8e17c2bf9ab12196c7dde325380.tar.gz
Add datarootdir definition for compatibility with autoconf 2.60
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/ChangeLog5
-rw-r--r--util/subst.conf.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 59e95f4f..b9ca5c5f 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * subst.conf.in: Add datarootdir definition for compatibility with
+ autoconf 2.60.
+
2006-08-05 Andreas Dilger <adilger@clusterfs.com>
* subst.c (main): Create automatically-generated files be
diff --git a/util/subst.conf.in b/util/subst.conf.in
index 7e0a1d8f..d5707250 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -9,6 +9,7 @@ SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
SIZEOF_LONG @SIZEOF_LONG@
SIZEOF_INT @SIZEOF_INT@
SIZEOF_SHORT @SIZEOF_SHORT@
+datarootdir @datarootdir@
datadir @datadir@
root_sysconfdir @root_sysconfdir@
$root_prefix @root_prefix@