diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 13:44:16 (GMT) |
commit | 7f848a3e85d288409cc73c957717a2a9f83ea47a (patch) | |
tree | 6189813f94cc56239b0307eed2ae4d264c66903d /unix/tclConfig.sh.in | |
parent | 44c8b6c3e8a3570b24b2daca27b2f74f68e3ebd2 (diff) | |
download | tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.zip tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.gz tcl-7f848a3e85d288409cc73c957717a2a9f83ea47a.tar.bz2 |
configure.in -> configure.ac
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index b58e9fd..27fd513 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -66,7 +66,7 @@ TCL_SHLIB_LD='@SHLIB_LD@' TCL_STLIB_LD='@STLIB_LD@' # Either '$LIBS' (if dependent libraries should be included when linking -# shared libraries) or an empty string. See Tcl's configure.in for more +# shared libraries) or an empty string. See Tcl's configure.ac for more # explanation. TCL_SHLIB_LD_LIBS='@SHLIB_LD_LIBS@' |