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
@@ -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 | + | |
1 | 12 | 2015-07-14 H.J. Lu <hongjiu.lu@intel.com> |
2 | 13 | |
3 | 14 | Sync with GCC |
@@ -81,7 +81,7 @@ AC_DEFUN([AM_GNU_GETTEXT], | ||
81 | 81 | dnl Ideally we would do this search only after the |
82 | 82 | dnl if test "$USE_NLS" = "yes"; then |
83 | 83 | 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 | |
85 | 85 | dnl the configure script would need to contain the same shell code |
86 | 86 | dnl again, outside any 'if'. There are two solutions: |
87 | 87 | dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. |
@@ -303,7 +303,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", | ||
303 | 303 | AC_SUBST(USE_INCLUDED_LIBINTL) |
304 | 304 | AC_SUBST(CATOBJEXT) |
305 | 305 | |
306 | - dnl For backward compatibility. Some configure.ins may be using this. | |
306 | + dnl For backward compatibility. Some configure.acs may be using this. | |
307 | 307 | nls_cv_header_intl= |
308 | 308 | nls_cv_header_libgt= |
309 | 309 |
@@ -117,14 +117,14 @@ AC_DEFUN([AM_PO_SUBDIRS], | ||
117 | 117 | if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then |
118 | 118 | # The LINGUAS file contains the set of available languages. |
119 | 119 | 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" | |
121 | 121 | fi |
122 | 122 | ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` |
123 | 123 | # Hide the ALL_LINGUAS assigment from automake. |
124 | 124 | eval 'ALL_LINGUAS''=$ALL_LINGUAS_' |
125 | 125 | POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" |
126 | 126 | else |
127 | - # The set of available languages was given in configure.in. | |
127 | + # The set of available languages was given in configure.ac. | |
128 | 128 | eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' |
129 | 129 | fi |
130 | 130 | case "$ac_given_srcdir" in |
@@ -39,7 +39,7 @@ dnl If your installed header files require the stdint-types you will want to | ||
39 | 39 | dnl create an installable file mylib-int.h that all your other installable |
40 | 40 | dnl header may include. So, for a library package named "mylib", just use |
41 | 41 | 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 | |
43 | 43 | dnl the other headers (mylib.h). The mylib-specific headers can simply |
44 | 44 | dnl use "#include <mylib-int.h>" to obtain the stdint-types. |
45 | 45 | dnl |
@@ -2136,7 +2136,7 @@ dnl # preprocessing tests use only CPPFLAGS. | ||
2136 | 2136 | INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE) ; (cd $(LIB_INSTALL_DIR) ; $(RANLIB) $(LIB_FILE))' |
2137 | 2137 | fi |
2138 | 2138 | |
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 | |
2140 | 2140 | dnl or why it was needed was needed. In any event, this sort of |
2141 | 2141 | dnl things needs to be done in the big loop above. |
2142 | 2142 | dnl REMOVE THIS BLOCK LATER! (mdejong) |
@@ -3235,7 +3235,7 @@ AC_DEFUN([SC_TCL_GETGRNAM_R], [AC_CHECK_FUNC(getgrnam_r, [ | ||
3235 | 3235 | # created. Accumulates. |
3236 | 3236 | # |
3237 | 3237 | # 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). | |
3239 | 3239 | # |
3240 | 3240 | #-------------------------------------------------------------------- |
3241 | 3241 |