aboutsummaryrefslogtreecommitdiff
path: root/autosetup/cc-lib.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2018-02-19 07:49:04 +1000
committerSteve Bennett <steveb@workware.net.au>2018-07-25 15:30:45 +1000
commit630df0da46f4237de851c8a44ecb0b382549c67c (patch)
tree8a6c0ff03f8aea10c22160d3d7d17b278595334a /autosetup/cc-lib.tcl
parent3e37fe8cb2f93fd385179d7e420656982a6ab709 (diff)
downloadjimtcl-630df0da46f4237de851c8a44ecb0b382549c67c.zip
jimtcl-630df0da46f4237de851c8a44ecb0b382549c67c.tar.gz
jimtcl-630df0da46f4237de851c8a44ecb0b382549c67c.tar.bz2
Update autosetup to v0.6.8
autosetup changes: - The syntax for templates has changed slightly - Update config.guess and config.sub to 2018-03-08 - Add rpath support - Add --runstatedir Also: - enable rpath when building libjim as shared - ensure that 'make test' works on MacOS when libjim is shared Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'autosetup/cc-lib.tcl')
-rw-r--r--autosetup/cc-lib.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/autosetup/cc-lib.tcl b/autosetup/cc-lib.tcl
index c4b45bc..80ee078 100644
--- a/autosetup/cc-lib.tcl
+++ b/autosetup/cc-lib.tcl
@@ -12,7 +12,7 @@ module-options {}
# @cc-check-lfs
#
# The equivalent of the 'AC_SYS_LARGEFILE' macro.
-#
+#
# defines 'HAVE_LFS' if LFS is available,
# and defines '_FILE_OFFSET_BITS=64' if necessary
#
@@ -38,7 +38,7 @@ proc cc-check-lfs {} {
# @cc-check-endian
#
# The equivalent of the 'AC_C_BIGENDIAN' macro.
-#
+#
# defines 'HAVE_BIG_ENDIAN' if endian is known to be big,
# or 'HAVE_LITTLE_ENDIAN' if endian is known to be little.
#