diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
commit | 75b6133098753a31b722f94b86e95b11323735f0 (patch) | |
tree | 520b14d2eb37023368c733dc59818deba35b94d2 /config/tcl.m4 | |
parent | d6719f7e17a613ad90039dc4adabbc82f8532d52 (diff) | |
download | cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.gz cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.bz2 cygnal-75b6133098753a31b722f94b86e95b11323735f0.zip |
Resync config/ from GCC.
Diffstat (limited to 'config/tcl.m4')
-rw-r--r-- | config/tcl.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/tcl.m4 b/config/tcl.m4 index 900a2ceb8..59a0c7e0a 100644 --- a/config/tcl.m4 +++ b/config/tcl.m4 @@ -290,7 +290,7 @@ AC_DEFUN([SC_LOAD_TCLCONFIG], [ elif test "`uname -s`" = "Darwin"; then # If Tcl was built as a framework, attempt to use the libraries # from the framework at the given location so that linking works - # against Tcl.framework installed in an arbitary location. + # against Tcl.framework installed in an arbitrary location. case ${TCL_DEFS} in *TCL_FRAMEWORK*) if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then @@ -373,7 +373,7 @@ AC_DEFUN([SC_LOAD_TKCONFIG], [ elif test "`uname -s`" = "Darwin"; then # If Tk was built as a framework, attempt to use the libraries # from the framework at the given location so that linking works - # against Tk.framework installed in an arbitary location. + # against Tk.framework installed in an arbitrary location. case ${TK_DEFS} in *TK_FRAMEWORK*) if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then @@ -815,7 +815,7 @@ AC_DEFUN([SC_ENABLE_LANGINFO], [ # # Defines the following variable: # -# MAN_FLAGS - The apropriate flags for installManPage +# MAN_FLAGS - The appropriate flags for installManPage # according to the user's selection. # #-------------------------------------------------------------------- |