summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-02-22 23:38:53 (GMT)
committernijtmans <nijtmans>2010-02-22 23:38:53 (GMT)
commitfe9ceaeb3f6bc75446211de711e2d0e889df1ea4 (patch)
tree3752864f6e36215ef73589032ae459b20b3459d4 /unix/configure.in
parent320524e2cf394d50034e2cbb715958c1545a7673 (diff)
downloadtk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.zip
tk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.tar.gz
tk-fe9ceaeb3f6bc75446211de711e2d0e889df1ea4.tar.bz2
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index d644ac1..6f49152 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.169 2010/02/19 15:02:54 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.170 2010/02/22 23:38:53 nijtmans Exp $
AC_INIT([tk],[8.6])
AC_PREREQ(2.59)
@@ -845,3 +845,7 @@ AC_CONFIG_FILES([
tk.pc:../unix/tk.pc.in
])
AC_OUTPUT
+
+dnl Local Variables:
+dnl mode: autoconf
+dnl End: