From: pthomas Date: Sat, 24 Jun 2000 06:48:43 +0000 (+0000) Subject: 2000-06-24 Philipp Thomas X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=127ef740797286821bfda20c2f4250ff6111f455;p=pf3gnuchains%2Fgcc-fork.git 2000-06-24 Philipp Thomas * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build all catalogs specified in ALL_LINGUAS. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34674 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a7f7aeefce..0185eba8507 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-06-24 Philipp Thomas + + * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build + all catalogs specified in ALL_LINGUAS. + * configure: Rebuilt. + 2000-06-23 Jakub Jelinek * config/sparc/sparc.md (reload_outdi+1): Handle diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 19a1f637e89..23369432e7d 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -512,13 +512,17 @@ strdup __argz_count __argz_stringify __argz_next]) LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) - NEW_LINGUAS= - for lang in $ALL_LINGUAS; do - case " $LINGUAS " in - *" $lang "*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; - esac - done - LINGUAS=$NEW_LINGUAS + if test "x$LINGUAS" = "x"; then + LINGUAS=$ALL_LINGUAS + else + NEW_LINGUAS= + for lang in $ALL_LINGUAS; do + case " $LINGUAS " in + *" $lang "*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS + fi AC_MSG_RESULT($LINGUAS) fi diff --git a/gcc/configure b/gcc/configure index e5272df9cf8..b5f9c4b5b37 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1445,7 +1445,7 @@ for ac_kw in inline __inline__ __inline; do #include "confdefs.h" int main() { -} int $ac_kw foo() { +} $ac_kw foo() { ; return 0; } EOF if { (eval echo configure:1452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -6983,7 +6983,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x = {0,0}; +typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -7124,7 +7124,7 @@ else #include "confdefs.h" #include int main() { -void *p = alloca(2 * sizeof(int)); +char *p = alloca(2 * sizeof(int)); ; return 0; } EOF if { (eval echo configure:7131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -8360,13 +8360,17 @@ fi else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 echo "configure:8363: checking for catalogs to be installed" >&5 - NEW_LINGUAS= - for lang in $ALL_LINGUAS; do - case " $LINGUAS " in - *" $lang "*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; - esac - done - LINGUAS=$NEW_LINGUAS + if test "x$LINGUAS" = "x"; then + LINGUAS=$ALL_LINGUAS + else + NEW_LINGUAS= + for lang in $ALL_LINGUAS; do + case " $LINGUAS " in + *" $lang "*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS + fi echo "$ac_t""$LINGUAS" 1>&6 fi @@ -8387,17 +8391,17 @@ echo "configure:8363: checking for catalogs to be installed" >&5 if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:8391: checking for linux/version.h" >&5 +echo "configure:8395: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8472,7 +8476,7 @@ fi echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6 -echo "configure:8476: checking whether windows registry support is requested" >&5 +echo "configure:8480: checking whether windows registry support is requested" >&5 if test x$enable_win32_registry != xno; then cat >> confdefs.h <<\EOF #define ENABLE_WIN32_REGISTRY 1 @@ -8501,7 +8505,7 @@ esac if test x$enable_win32_registry != xno; then echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6 -echo "configure:8505: checking registry key on windows hosts" >&5 +echo "configure:8509: checking registry key on windows hosts" >&5 cat >> confdefs.h <&6 -echo "configure:8699: checking assembler alignment features" >&5 +echo "configure:8703: checking assembler alignment features" >&5 gcc_cv_as= gcc_cv_as_alignment_features= gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gas @@ -8816,7 +8820,7 @@ fi echo "$ac_t""$gcc_cv_as_alignment_features" 1>&6 echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6 -echo "configure:8820: checking assembler subsection support" >&5 +echo "configure:8824: checking assembler subsection support" >&5 gcc_cv_as_subsections= if test x$gcc_cv_as != x; then # Check if we have .subsection @@ -8856,7 +8860,7 @@ fi echo "$ac_t""$gcc_cv_as_subsections" 1>&6 echo $ac_n "checking assembler weak support""... $ac_c" 1>&6 -echo "configure:8860: checking assembler weak support" >&5 +echo "configure:8864: checking assembler weak support" >&5 gcc_cv_as_weak= if test x$gcc_cv_as != x; then # Check if we have .weak @@ -8873,7 +8877,7 @@ fi echo "$ac_t""$gcc_cv_as_weak" 1>&6 echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6 -echo "configure:8877: checking assembler hidden support" >&5 +echo "configure:8881: checking assembler hidden support" >&5 gcc_cv_as_hidden= if test x$gcc_cv_as != x; then # Check if we have .hidden @@ -8893,7 +8897,7 @@ echo "$ac_t""$gcc_cv_as_hidden" 1>&6 case "$target" in sparc*-*-*) echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6 -echo "configure:8897: checking assembler .register pseudo-op support" >&5 +echo "configure:8901: checking assembler .register pseudo-op support" >&5 if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8921,7 +8925,7 @@ EOF fi echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6 -echo "configure:8925: checking assembler supports -relax" >&5 +echo "configure:8929: checking assembler supports -relax" >&5 if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8951,7 +8955,7 @@ EOF case "$tm_file" in *64*) echo $ac_n "checking for 64 bit support in assembler ($gcc_cv_as)""... $ac_c" 1>&6 -echo "configure:8955: checking for 64 bit support in assembler ($gcc_cv_as)" >&5 +echo "configure:8959: checking for 64 bit support in assembler ($gcc_cv_as)" >&5 if eval "test \"`echo '$''{'gcc_cv_as_flags64'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8996,7 +9000,7 @@ EOF if test "x$gcc_cv_as_flags64" != xno; then echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6 -echo "configure:9000: checking for assembler offsetable %lo() support" >&5 +echo "configure:9004: checking for assembler offsetable %lo() support" >&5 if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9035,7 +9039,7 @@ EOF i[34567]86-*-*) echo $ac_n "checking assembler instructions""... $ac_c" 1>&6 -echo "configure:9039: checking assembler instructions" >&5 +echo "configure:9043: checking assembler instructions" >&5 gcc_cv_as_instructions= if test x$gcc_cv_as != x; then set "filds fists" "filds mem; fists mem" @@ -9165,7 +9169,7 @@ fi # Build a new-libstdc++ system (ie libstdc++-v3) echo $ac_n "checking for libstdc++ to install""... $ac_c" 1>&6 -echo "configure:9169: checking for libstdc++ to install" >&5 +echo "configure:9173: checking for libstdc++ to install" >&5 # Check whether --enable-libstdcxx-v3 or --disable-libstdcxx-v3 was given. if test "${enable_libstdcxx_v3+set}" = set; then enableval="$enable_libstdcxx_v3" @@ -9189,7 +9193,7 @@ EOF echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:9193: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:9197: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode"