summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-05-28 21:50:30 (GMT)
committertreectrl <treectrl>2005-05-28 21:50:30 (GMT)
commit00e6b72489c09f7c182c15d2ece004e8f351f0b0 (patch)
tree2d82c63e1240666df64a315da5dd65a337ad4630 /Makefile.in
parent6d7afb9ee2728d6972e37d5c4b6a8c15d64e16e1 (diff)
downloadtktreectrl-00e6b72489c09f7c182c15d2ece004e8f351f0b0.zip
tktreectrl-00e6b72489c09f7c182c15d2ece004e8f351f0b0.tar.gz
tktreectrl-00e6b72489c09f7c182c15d2ece004e8f351f0b0.tar.bz2
Added PACKAGE_PATCHLEVEL define.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5bcddab..7c95325 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.4 2005/03/25 20:22:19 hobbs2 Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.5 2005/05/28 21:50:30 treectrl Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -91,6 +91,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
+PACKAGE_PATCHLEVEL = @PACKAGE_PATCHLEVEL@
CC = @CC@
CFLAGS_DEFAULT = @CFLAGS_DEFAULT@
CFLAGS_WARNING = @CFLAGS_WARNING@
@@ -286,7 +287,7 @@ pkgIndex.tcl:
echo ' && [file exists [file join $$dir treectrl.tcl]]} {';\
echo ' set ::env(TREECTRL_LIBRARY) $$dir';\
echo '}';\
- echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
+ echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_PATCHLEVEL) \
[list load [file join $$dir $(PKG_LIB_FILE)] $(PACKAGE_NAME)]'\
) > pkgIndex.tcl