aboutsummaryrefslogtreecommitdiff
path: root/autosetup/cc.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-08-27 20:52:43 +1000
committerSteve Bennett <steveb@workware.net.au>2016-08-28 13:01:31 +1000
commit339204cccb2930435552f296fe5b9184ad6836af (patch)
tree2d31436e75cb59ae1dc4442dfa28094d9b1ef193 /autosetup/cc.tcl
parent040b3e203807dffc429e1f0f4bbb2af8c2d4f7b3 (diff)
downloadjimtcl-339204cccb2930435552f296fe5b9184ad6836af.zip
jimtcl-339204cccb2930435552f296fe5b9184ad6836af.tar.gz
jimtcl-339204cccb2930435552f296fe5b9184ad6836af.tar.bz2
Update autosetup to v0.6.5
Adds pkg-config support Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'autosetup/cc.tcl')
-rw-r--r--autosetup/cc.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/autosetup/cc.tcl b/autosetup/cc.tcl
index bbe7989..ebd9789 100644
--- a/autosetup/cc.tcl
+++ b/autosetup/cc.tcl
@@ -164,7 +164,7 @@ proc cc-check-defines {args} {
# @cc-check-decls name ...
#
# Checks that each given name is either a preprocessor symbol or rvalue
-# such as an enum. Note that the define used for a decl is HAVE_DECL_xxx
+# such as an enum. Note that the define used is HAVE_DECL_xxx
# rather than HAVE_xxx
proc cc-check-decls {args} {
set ret 1
@@ -203,7 +203,7 @@ proc cc-check-members {args} {
# @cc-check-function-in-lib function libs ?otherlibs?
#
-# Checks that the given given function can be found in one of the libs.
+# Checks that the given function can be found in one of the libs.
#
# First checks for no library required, then checks each of the libraries
# in turn.
@@ -287,7 +287,7 @@ proc cc-check-tools {args} {
# For example, when checking for "grep", the path is searched for
# the executable, 'grep', and if found GREP is defined as "grep".
#
-# It the executable is not found, the variable is defined as false.
+# If the executable is not found, the variable is defined as false.
# Returns 1 if all programs were found, or 0 otherwise.
#
proc cc-check-progs {args} {