Whamcloud - gitweb
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 f9556ac..b416349 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 a0226f5..bd327d6 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 9c1604e..5db148a 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 7662781..40a56a5 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 2f7f0a5..71dfbdf 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 2cc296f..c81ea1f 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/sh
 #
 #
+
+datarootdir=@datarootdir@
 AWK=@AWK@
 DIR="${DIR-@datadir@/et}"
 ET_DIR="@ET_DIR@"
index 34ec8a6..08b1f70 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 af44bc5..b9a4417 100644 (file)
@@ -2,6 +2,7 @@
 #
 #
 
+datarootdir=@datarootdir@
 DIR="${DIR-@datadir@/ss}"
 SS_DIR="@SS_DIR@"
 AWK=@AWK@
index bf9d5cf..75705eb 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 fb5287c..25032ac 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 59e95f4..b9ca5c5 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 7e0a1d8..d570725 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@