From f61e89e103538dc5c47ba15f66b3bdf75fcbcf7a Mon Sep 17 00:00:00 2001 From: das Date: Sun, 3 Jun 2007 13:43:24 +0000 Subject: * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. --- ChangeLog | 4 ++++ unix/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa8dd5a..5515844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-03 Daniel Steffen + + * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. + 2007-05-30 Don Porter * 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 -- cgit v0.12