diff options
author | das <das> | 2007-06-03 13:43:34 (GMT) |
---|---|---|
committer | das <das> | 2007-06-03 13:43:34 (GMT) |
commit | 548cd0a9199d94cff930af7f3fd282880fe94a7e (patch) | |
tree | 0b8db12ef84fc73b02fac20d467bcd43ac985281 /unix/Makefile.in | |
parent | 3b2e0b8ca54ca95b07fec58d8a4d0e6330ec14ec (diff) | |
download | tk-548cd0a9199d94cff930af7f3fd282880fe94a7e.zip tk-548cd0a9199d94cff930af7f3fd282880fe94a7e.tar.gz tk-548cd0a9199d94cff930af7f3fd282880fe94a7e.tar.bz2 |
* unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 5633343..6d50f32 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.129 2007/05/25 22:55:03 jenglish Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.130 2007/06/03 13:43:34 das Exp $ # Current Tk version; used in various names. @@ -36,6 +36,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 |