summaryrefslogtreecommitdiff
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
parent977ac8731bf3bd934421dd8107e77325ec7e6de7 (diff)
downloade2fsprogs-b6b65c3de480c8e17c2bf9ab12196c7dde325380.tar.gz
Add datarootdir definition for compatibility with autoconf 2.60
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--ChangeLog5
-rw-r--r--MCONFIG.in1
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/Makefile.in1
-rw-r--r--lib/et/ChangeLog5
-rw-r--r--lib/et/compile_et.sh.in2
-rw-r--r--lib/ss/ChangeLog5
-rw-r--r--lib/ss/mk_cmds.sh.in1
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in1
-rw-r--r--util/ChangeLog5
-rw-r--r--util/subst.conf.in1
12 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9556ac7..b416349b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * MCONFIG.in: Add datarootdir definition for compatibility with
+ autoconf 2.60.
+
2006-10-21 Theodore Tso <tytso@mit.edu>
* configure, configure.in: Fix -lpthread ordering so that it
diff --git a/MCONFIG.in b/MCONFIG.in
index a0226f5d..bd327d6e 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -14,6 +14,7 @@ exec_prefix = @exec_prefix@
root_bindir = @root_bindir@
root_sbindir = @root_sbindir@
root_libdir = @root_libdir@
+datarootdir = @datarootdir@
bindir = @bindir@
sbindir = @sbindir@
libdir = @libdir@
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 9c1604ed..5db148a6 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * Makefile.in: Add datarootdir definition for compatibility with
+ autoconf 2.60.
+
2006-06-30 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.38
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 7662781b..40a56a59 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -28,6 +28,7 @@ VPATH = $(srcdir)
prefix = @prefix@
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
transform = @program_transform_name@
libdir = @libdir@
includedir = @includedir@
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 2f7f0a5a..71dfbdf4 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * compile_et.sh.in: Add datarootdir definition for compatibility
+ with autoconf 2.60.
+
2006-08-05 Theodore Ts'o <tytso@mit.edu>
* compile_et.sh.in: Create the generated .c and .h files read-only
diff --git a/lib/et/compile_et.sh.in b/lib/et/compile_et.sh.in
index 2cc296f3..c81ea1f6 100644
--- a/lib/et/compile_et.sh.in
+++ b/lib/et/compile_et.sh.in
@@ -1,6 +1,8 @@
#!/bin/sh
#
#
+
+datarootdir=@datarootdir@
AWK=@AWK@
DIR="${DIR-@datadir@/et}"
ET_DIR="@ET_DIR@"
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index 34ec8a63..08b1f708 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * mk_cmds.sh.in: Add datarootdir definition for compatibility with
+ autoconf 2.60.
+
2006-08-05 Theodore Tso <tytso@mit.edu>
* mk_cmds.sh.in: Create the generated .c files read-only to remind
diff --git a/lib/ss/mk_cmds.sh.in b/lib/ss/mk_cmds.sh.in
index af44bc5b..b9a44177 100644
--- a/lib/ss/mk_cmds.sh.in
+++ b/lib/ss/mk_cmds.sh.in
@@ -2,6 +2,7 @@
#
#
+datarootdir=@datarootdir@
DIR="${DIR-@datadir@/ss}"
SS_DIR="@SS_DIR@"
AWK=@AWK@
diff --git a/po/ChangeLog b/po/ChangeLog
index bf9d5cf3..75705eb8 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-22 Theodore Tso <tytso@mit.edu>
+
+ * Makefile.in.in: Add datarootdir definition for compatibility
+ with autoconf 2.60.
+
2006-09-13 Theodore Tso <tytso@mit.edu>
* Update French and Dutch translations
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index fb5287ca..25032ace 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -22,6 +22,7 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
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@