Revision: 42355
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42355&view=rev
Author:   starseeker
Date:     2011-01-17 04:49:29 +0000 (Mon, 17 Jan 2011)

Log Message:
-----------
Tcl 8.4 doesn't cut it anymore, so we shouldn't need the compat headers.

Modified Paths:
--------------
    brlcad/trunk/src/other/incrTcl/Makefile.am
    brlcad/trunk/src/other/incrTcl/itcl/generic/Makefile.am
    brlcad/trunk/src/other/incrTcl/itk/generic/Makefile.am

Removed Paths:
-------------
    brlcad/trunk/src/other/incrTcl/compat/

Modified: brlcad/trunk/src/other/incrTcl/Makefile.am
===================================================================
--- brlcad/trunk/src/other/incrTcl/Makefile.am  2011-01-17 03:52:37 UTC (rev 
42354)
+++ brlcad/trunk/src/other/incrTcl/Makefile.am  2011-01-17 04:49:29 UTC (rev 
42355)
@@ -28,7 +28,6 @@
 EXTRA_DIST = \
        CHANGES \
        INCOMPATIBLE \
-       compat \
        license.terms \
        makefile.bc \
        makefile.vc \

Modified: brlcad/trunk/src/other/incrTcl/itcl/generic/Makefile.am
===================================================================
--- brlcad/trunk/src/other/incrTcl/itcl/generic/Makefile.am     2011-01-17 
03:52:37 UTC (rev 42354)
+++ brlcad/trunk/src/other/incrTcl/itcl/generic/Makefile.am     2011-01-17 
04:49:29 UTC (rev 42355)
@@ -6,14 +6,9 @@
 noinst_LTLIBRARIES = libitg.la
 
 # make sure we find Tcl's private headers
-if TCL_8_4_HEADERS
 compat_cppflags = \
-       -I$(top_srcdir)/src/other/incrTcl/compat/8.4
-else
-compat_cppflags = \
        -I$(top_srcdir)/src/other/tcl/generic \
        -I$(top_srcdir)/src/other/tcl/unix
-endif # TCL_8_4_HEADERS
 
 AM_CPPFLAGS = \
        ${TCL_CPPFLAGS} \

Modified: brlcad/trunk/src/other/incrTcl/itk/generic/Makefile.am
===================================================================
--- brlcad/trunk/src/other/incrTcl/itk/generic/Makefile.am      2011-01-17 
03:52:37 UTC (rev 42354)
+++ brlcad/trunk/src/other/incrTcl/itk/generic/Makefile.am      2011-01-17 
04:49:29 UTC (rev 42355)
@@ -8,14 +8,9 @@
 AM_CFLAGS = ${X_CFLAGS}
 
 # make sure we find Tcl's private headers
-if TCL_8_4_HEADERS
 compat_cppflags = \
-       -I$(top_srcdir)/src/other/incrTcl/compat/8.4
-else
-compat_cppflags = \
        -I$(top_srcdir)/src/other/tcl/generic \
        -I$(top_srcdir)/src/other/tcl/unix
-endif # TCL_8_4_HEADERS
 
 AM_CPPFLAGS = \
        ${TCL_CPPFLAGS} \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to