summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2005-03-19 01:56:11 (GMT)
committerhobbs2 <hobbs2>2005-03-19 01:56:11 (GMT)
commite7be933e35ea9d0323c8bade9e30aab83b557285 (patch)
tree254919c9c017a15473ff7d0d1d7d3b66b04d7016 /Makefile.in
parenta5b9f7b850dd3a45e96f0833f15efb5e2c23059f (diff)
downloadtktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.zip
tktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.tar.gz
tktreectrl-e7be933e35ea9d0323c8bade9e30aab83b557285.tar.bz2
* Makefile.in (AR): use @AR@
* configure, configure.ac, tclconfig/tcl.m4: TEA 3.2 update
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 76bd01c..f236e48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.2 2004/10/09 22:56:11 hobbs2 Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.3 2005/03/19 01:56:11 hobbs2 Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -106,7 +106,6 @@ RANLIB = @RANLIB@
RANLIB_STUB = @RANLIB_STUB@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
SHLIB_LD = @SHLIB_LD@
-SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
STLIB_LD = @STLIB_LD@
TCL_DEFS = @TCL_DEFS@
@@ -153,7 +152,7 @@ CONFIG_CLEAN_FILES = Makefile
CPPFLAGS = @CPPFLAGS@
LIBS = @PKG_LIBS@ @LIBS@
-AR = ar
+AR = @AR@
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)