aboutsummaryrefslogtreecommitdiff
path: root/config/tcl.m4
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:43:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:43:26 -0700
commitedb71a9c3838b83424f6eb0ef04eab5b31aa7f4a (patch)
tree052ce037f3bff1e11ada0aeacb3c165383a39628 /config/tcl.m4
parent79559014b26f3c6bc64f29dabce613fa89418ee5 (diff)
downloadgdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.zip
gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.gz
gdb-edb71a9c3838b83424f6eb0ef04eab5b31aa7f4a.tar.bz2
Sync config with GCC
Sync with GCC 2015-07-24 Micahel Darling <darlingm@gmail.com> PR other/66259 * gettext.m4: Reflects renaming of configure.in to configure.ac * po.m4: Likewise * stdint.m4: Likewise * tcl.m4: Likewise
Diffstat (limited to 'config/tcl.m4')
-rw-r--r--config/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/tcl.m4 b/config/tcl.m4
index 59a0c7e..4542a4b 100644
--- a/config/tcl.m4
+++ b/config/tcl.m4
@@ -2136,7 +2136,7 @@ dnl # preprocessing tests use only CPPFLAGS.
INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE) ; (cd $(LIB_INSTALL_DIR) ; $(RANLIB) $(LIB_FILE))'
fi
-dnl Not at all clear what this was doing in Tcl's configure.in
+dnl Not at all clear what this was doing in Tcl's configure.ac
dnl or why it was needed was needed. In any event, this sort of
dnl things needs to be done in the big loop above.
dnl REMOVE THIS BLOCK LATER! (mdejong)
@@ -3235,7 +3235,7 @@ AC_DEFUN([SC_TCL_GETGRNAM_R], [AC_CHECK_FUNC(getgrnam_r, [
# created. Accumulates.
#
# Requires presence of SC_OUTPUT_COMMANDS_PRE at the end
-# of configure.in (right before AC_OUTPUT).
+# of configure.ac (right before AC_OUTPUT).
#
#--------------------------------------------------------------------