diff options
author | Steve Bennett <steveb@workware.net.au> | 2016-08-27 20:52:43 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2016-08-28 13:01:31 +1000 |
commit | 339204cccb2930435552f296fe5b9184ad6836af (patch) | |
tree | 2d31436e75cb59ae1dc4442dfa28094d9b1ef193 /autosetup/system.tcl | |
parent | 040b3e203807dffc429e1f0f4bbb2af8c2d4f7b3 (diff) | |
download | jimtcl-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/system.tcl')
-rw-r--r-- | autosetup/system.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autosetup/system.tcl b/autosetup/system.tcl index 0166616..9d9cb39 100644 --- a/autosetup/system.tcl +++ b/autosetup/system.tcl @@ -4,7 +4,7 @@ # @synopsis: # # This module supports common system interrogation and options -# such as --host, --build, --prefix, and setting srcdir, builddir, and EXEXT. +# such as --host, --build, --prefix, and setting srcdir, builddir, and EXEEXT # # It also support the 'feature' naming convention, where searching # for a feature such as sys/type.h defines HAVE_SYS_TYPES_H @@ -106,7 +106,7 @@ proc write-if-changed {file buf {script {}}} { # If $outfile is blank/omitted, $template should end with ".in" which # is removed to create the output file name. # -# Each pattern of the form @define@ is replaced the the corresponding +# Each pattern of the form @define@ is replaced with the corresponding # define, if it exists, or left unchanged if not. # # The special value @srcdir@ is substituted with the relative |