diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | unix/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |