]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add datarootdir definition for compatibility with autoconf 2.60
authorTheodore Ts'o <tytso@mit.edu>
Sun, 22 Oct 2006 04:14:26 +0000 (00:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 22 Oct 2006 04:14:26 +0000 (00:14 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
12 files changed:
ChangeLog
MCONFIG.in
intl/ChangeLog
intl/Makefile.in
lib/et/ChangeLog
lib/et/compile_et.sh.in
lib/ss/ChangeLog
lib/ss/mk_cmds.sh.in
po/ChangeLog
po/Makefile.in.in
util/ChangeLog
util/subst.conf.in

index f9556ac7ae71f26ef56b9e2574650992a197c388..b416349bead9dedc0fb5701902c81b048ea7b1b5 100644 (file)
--- 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
index a0226f5d572a725bf526209b5aa11512bc9a6481..bd327d6ea4acff9e5756f94f9b6ca8b8bcdb8522 100644 (file)
@@ -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@
index 9c1604ed284994f2c22b11ffb524bd793fcda614..5db148a6393b1a04119c9a76116d4eff1261c071 100644 (file)
@@ -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
index 7662781b345d77320a218aa5ecd5d23171e8223c..40a56a5964705c932e2a4c84eb2a19ccf4adffc9 100644 (file)
@@ -28,6 +28,7 @@ VPATH = $(srcdir)
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 transform = @program_transform_name@
 libdir = @libdir@
 includedir = @includedir@
index 2f7f0a5a170acaf85e084cb16552b37026cbf50e..71dfbdf4718726ceb75e7ab743cdc85251d4efe9 100644 (file)
@@ -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
index 2cc296f396732bab558687569799af5435f6fe7e..c81ea1f6bad2f5de58674449f20282c14539f284 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/sh
 #
 #
+
+datarootdir=@datarootdir@
 AWK=@AWK@
 DIR="${DIR-@datadir@/et}"
 ET_DIR="@ET_DIR@"
index 34ec8a6332ad566f1cdec283d14bdd67df7c06fc..08b1f708f481ec0ace30f2fb7960f2ef4a5bc171 100644 (file)
@@ -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
index af44bc5b1f9afc46e364e4ec9496d5ee3b1929f0..b9a4417704703ea46a4ecf9d266c50063bcd1b80 100644 (file)
@@ -2,6 +2,7 @@
 #
 #
 
+datarootdir=@datarootdir@
 DIR="${DIR-@datadir@/ss}"
 SS_DIR="@SS_DIR@"
 AWK=@AWK@
index bf9d5cf3030103284488714c738d612a9a9c1af1..75705eb83fe4b6743fba6b77ffd41b8103f78a88 100644 (file)
@@ -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
index fb5287ca7eb2fde76b12a19330637ea69170d56f..25032ace0a6053961c6aa30f9f36f829662f1a73 100644 (file)
@@ -22,6 +22,7 @@ VPATH = @srcdir@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 datadir = @datadir@
 localedir = $(datadir)/locale
 gettextsrcdir = $(datadir)/gettext/po
index 59e95f4f778cdb0eaec1f35017fd0468a0ed13a3..b9ca5c5fca56596ab4c7d7c8be3feda1b49f916f 100644 (file)
@@ -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
index 7e0a1d8fd510ecdedc1b46c37373382aa1371124..d5707250ca496312c483aaf1a69fc72f97bde84f 100644 (file)
@@ -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@