![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveAdding PACKAGE_PATCHLEVEL to an extension
From: Tim Baker <tnbaker1@shaw.ca>
Date: Sat May 28 2005 - 23:29:58 CEST
I added these lines to my configure.ac file:
AC_SUBST([PACKAGE_PATCHLEVEL], [1.0.1])
This passes -DPACKAGE_PATCHLEVEL=\"1.0.1\" to the compiler.
My question is, should I call Tcl_PkgProvide("1.0.1") or just
Also, should my pkgIndex.tcl file call "package provide MyPkg 1.0.1" or
-- Tim Baker
|