• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


コミットメタ情報

リビジョンedb71a9c3838b83424f6eb0ef04eab5b31aa7f4a (tree)
日時2015-07-27 23:43:26
作者H.J. Lu <hjl.tools@gmai...>
コミッターH.J. Lu

ログメッセージ

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

変更サマリ

差分

--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,14 @@
1+2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
2+
3+ Sync with GCC
4+ 2015-07-24 Micahel Darling <darlingm@gmail.com>
5+
6+ PR other/66259
7+ * gettext.m4: Reflects renaming of configure.in to configure.ac
8+ * po.m4: Likewise
9+ * stdint.m4: Likewise
10+ * tcl.m4: Likewise
11+
112 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
213
314 Sync with GCC
--- a/config/gettext.m4
+++ b/config/gettext.m4
@@ -81,7 +81,7 @@ AC_DEFUN([AM_GNU_GETTEXT],
8181 dnl Ideally we would do this search only after the
8282 dnl if test "$USE_NLS" = "yes"; then
8383 dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then
84- dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
84+ dnl tests. But if configure.ac invokes AM_ICONV after AM_GNU_GETTEXT
8585 dnl the configure script would need to contain the same shell code
8686 dnl again, outside any 'if'. There are two solutions:
8787 dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
@@ -303,7 +303,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
303303 AC_SUBST(USE_INCLUDED_LIBINTL)
304304 AC_SUBST(CATOBJEXT)
305305
306- dnl For backward compatibility. Some configure.ins may be using this.
306+ dnl For backward compatibility. Some configure.acs may be using this.
307307 nls_cv_header_intl=
308308 nls_cv_header_libgt=
309309
--- a/config/po.m4
+++ b/config/po.m4
@@ -117,14 +117,14 @@ AC_DEFUN([AM_PO_SUBDIRS],
117117 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
118118 # The LINGUAS file contains the set of available languages.
119119 if test -n "$OBSOLETE_ALL_LINGUAS"; then
120- test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
120+ test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
121121 fi
122122 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
123123 # Hide the ALL_LINGUAS assigment from automake.
124124 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
125125 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
126126 else
127- # The set of available languages was given in configure.in.
127+ # The set of available languages was given in configure.ac.
128128 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
129129 fi
130130 case "$ac_given_srcdir" in
--- a/config/stdint.m4
+++ b/config/stdint.m4
@@ -39,7 +39,7 @@ dnl If your installed header files require the stdint-types you will want to
3939 dnl create an installable file mylib-int.h that all your other installable
4040 dnl header may include. So, for a library package named "mylib", just use
4141 dnl GCC_HEADER_STDINT(mylib-int.h)
42-dnl in configure.in and install that header file in Makefile.am along with
42+dnl in configure.ac and install that header file in Makefile.am along with
4343 dnl the other headers (mylib.h). The mylib-specific headers can simply
4444 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
4545 dnl
--- a/config/tcl.m4
+++ b/config/tcl.m4
@@ -2136,7 +2136,7 @@ dnl # preprocessing tests use only CPPFLAGS.
21362136 INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE) ; (cd $(LIB_INSTALL_DIR) ; $(RANLIB) $(LIB_FILE))'
21372137 fi
21382138
2139-dnl Not at all clear what this was doing in Tcl's configure.in
2139+dnl Not at all clear what this was doing in Tcl's configure.ac
21402140 dnl or why it was needed was needed. In any event, this sort of
21412141 dnl things needs to be done in the big loop above.
21422142 dnl REMOVE THIS BLOCK LATER! (mdejong)
@@ -3235,7 +3235,7 @@ AC_DEFUN([SC_TCL_GETGRNAM_R], [AC_CHECK_FUNC(getgrnam_r, [
32353235 # created. Accumulates.
32363236 #
32373237 # Requires presence of SC_OUTPUT_COMMANDS_PRE at the end
3238-# of configure.in (right before AC_OUTPUT).
3238+# of configure.ac (right before AC_OUTPUT).
32393239 #
32403240 #--------------------------------------------------------------------
32413241