summaryrefslogtreecommitdiff
path: root/config-ml.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:49:05 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-27 07:49:05 -0700
commit136bb21fda016fcfc97dfeff692ee899951148de (patch)
treeb59d65b912df7f612e325fce5b09f2ed692e26a9 /config-ml.in
parentedb71a9c3838b83424f6eb0ef04eab5b31aa7f4a (diff)
Sync toplevel files with GCC
Sync with GCC 2015-07-24 Michael Darling <darlingm@gmail.com> PR other/66259 * config-ml.in: Reflects renaming of configure.in to configure.ac * configure: Likewise * configure.ac: Likewise
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-ml.in b/config-ml.in
index 927bad66dc..5e519942b3 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -31,7 +31,7 @@
# user select which libraries s/he really wants.
#
# Subdirectories wishing to use multilib should put the following lines
-# in the "post-target" section of configure.in.
+# in the "post-target" section of configure.ac.
#
# if [ "${srcdir}" = "." ] ; then
# if [ "${with_target_subdir}" != "." ] ; then
@@ -182,8 +182,8 @@ if [ "${enable_multilib}" = yes ]; then
# ${with_multisubdir} tells us we're in the right branch, but we could be
# in a subdir of that.
# ??? The previous version could void this test by separating the process into
-# two files: one that only the library's toplevel configure.in ran (to
-# configure the multilib subdirs), and another that all configure.in's ran to
+# two files: one that only the library's toplevel configure.ac ran (to
+# configure the multilib subdirs), and another that all configure.ac's ran to
# update the Makefile. It seemed reasonable to collapse all multilib support
# into one file, but it does leave us with having to perform this test.
ml_toplevel_p=no