summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
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@