summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-06-03 13:43:24 (GMT)
committerdas <das>2007-06-03 13:43:24 (GMT)
commitf61e89e103538dc5c47ba15f66b3bdf75fcbcf7a (patch)
tree2da273b051426c278aea617b0f25befff8d49c92
parentc3a6364780e6096f9665ff4b903d52e88abec903 (diff)
downloadtcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.zip
tcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.tar.gz
tcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.tar.bz2
* unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa8dd5a..5515844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-03 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.
+
2007-05-30 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Removed code that dealt with
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 81653cf..07c41e4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.207 2007/04/30 22:57:40 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.208 2007/06/03 13:43:25 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -29,6 +29,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
includedir = @includedir@
+datarootdir = @datarootdir@
mandir = @mandir@
# The following definition can be set to non-null for special systems like AFS