summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
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 /unix/Makefile.in
parentc3a6364780e6096f9665ff4b903d52e88abec903 (diff)
downloadtcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.zip
tcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.tar.gz
tcl-f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a.tar.bz2
* unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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