aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-05-16 06:17:34 -0400
committerGlenn Morris2013-05-16 06:17:34 -0400
commitdcfda130117b8a79f4253197b48cf09ba35a3b72 (patch)
treef6a01241a0dbae37663ba07fff3744bbb9edd981
parent2d4bf34b5b83b3728b2fb18a72536f3e14afcf34 (diff)
downloademacs-dcfda130117b8a79f4253197b48cf09ba35a3b72.tar.gz
emacs-dcfda130117b8a79f4253197b48cf09ba35a3b72.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure97
1 files changed, 71 insertions, 26 deletions
diff --git a/autogen/configure b/autogen/configure
index 37b71e2a8ba..85fb536a5c9 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7445,14 +7445,51 @@ else
7445 nw="$nw -Wwrite-strings" 7445 nw="$nw -Wwrite-strings"
7446 ;; 7446 ;;
7447 *) 7447 *)
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror -Wunknown-warning-option" >&5
7449$as_echo_n "checking whether C compiler handles -Werror -Wunknown-warning-option... " >&6; }
7450if test "${gl_cv_warn_c__Werror__Wunknown_warning_option+set}" = set; then :
7451 $as_echo_n "(cached) " >&6
7452else
7453
7454 gl_save_compiler_FLAGS="$CFLAGS"
7455 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
7456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7457/* end confdefs.h. */
7458
7459int
7460main ()
7461{
7462
7463 ;
7464 return 0;
7465}
7466_ACEOF
7467if ac_fn_c_try_compile "$LINENO"; then :
7468 gl_cv_warn_c__Werror__Wunknown_warning_option=yes
7469else
7470 gl_cv_warn_c__Werror__Wunknown_warning_option=no
7471fi
7472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7473 CFLAGS="$gl_save_compiler_FLAGS"
7474
7475fi
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror__Wunknown_warning_option" >&5
7477$as_echo "$gl_cv_warn_c__Werror__Wunknown_warning_option" >&6; }
7478if test "x$gl_cv_warn_c__Werror__Wunknown_warning_option" = x""yes; then :
7479 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
7480else
7481 gl_unknown_warnings_are_errors=
7482fi
7483
7484
7485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5
7449$as_echo_n "checking whether C compiler handles -Werror... " >&6; } 7486$as_echo_n "checking whether C compiler handles -Werror... " >&6; }
7450if test "${gl_cv_warn_c__Werror+set}" = set; then : 7487if test "${gl_cv_warn_c__Werror+set}" = set; then :
7451 $as_echo_n "(cached) " >&6 7488 $as_echo_n "(cached) " >&6
7452else 7489else
7453 7490
7454 gl_save_compiler_FLAGS="$CFLAGS" 7491 gl_save_compiler_FLAGS="$CFLAGS"
7455 as_fn_append CFLAGS " -Werror" 7492 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror"
7456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7457/* end confdefs.h. */ 7494/* end confdefs.h. */
7458 7495
@@ -7635,6 +7672,7 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7635 -W \ 7672 -W \
7636 -Wabi \ 7673 -Wabi \
7637 -Waddress \ 7674 -Waddress \
7675 -Waggressive-loop-optimizations \
7638 -Wall \ 7676 -Wall \
7639 -Warray-bounds \ 7677 -Warray-bounds \
7640 -Wattributes \ 7678 -Wattributes \
@@ -7662,7 +7700,6 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7662 -Wformat-security \ 7700 -Wformat-security \
7663 -Wformat-y2k \ 7701 -Wformat-y2k \
7664 -Wformat-zero-length \ 7702 -Wformat-zero-length \
7665 -Wformat=2 \
7666 -Wfree-nonheap-object \ 7703 -Wfree-nonheap-object \
7667 -Wignored-qualifiers \ 7704 -Wignored-qualifiers \
7668 -Wimplicit \ 7705 -Wimplicit \
@@ -7680,9 +7717,7 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7680 -Wmissing-braces \ 7717 -Wmissing-braces \
7681 -Wmissing-declarations \ 7718 -Wmissing-declarations \
7682 -Wmissing-field-initializers \ 7719 -Wmissing-field-initializers \
7683 -Wmissing-format-attribute \
7684 -Wmissing-include-dirs \ 7720 -Wmissing-include-dirs \
7685 -Wmissing-noreturn \
7686 -Wmissing-parameter-type \ 7721 -Wmissing-parameter-type \
7687 -Wmissing-prototypes \ 7722 -Wmissing-prototypes \
7688 -Wmudflap \ 7723 -Wmudflap \
@@ -7703,6 +7738,7 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7703 -Wpointer-sign \ 7738 -Wpointer-sign \
7704 -Wpointer-to-int-cast \ 7739 -Wpointer-to-int-cast \
7705 -Wpragmas \ 7740 -Wpragmas \
7741 -Wreturn-local-addr \
7706 -Wreturn-type \ 7742 -Wreturn-type \
7707 -Wsequence-point \ 7743 -Wsequence-point \
7708 -Wshadow \ 7744 -Wshadow \
@@ -7724,7 +7760,6 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7724 -Wtype-limits \ 7760 -Wtype-limits \
7725 -Wuninitialized \ 7761 -Wuninitialized \
7726 -Wunknown-pragmas \ 7762 -Wunknown-pragmas \
7727 -Wunreachable-code \
7728 -Wunsafe-loop-optimizations \ 7763 -Wunsafe-loop-optimizations \
7729 -Wunused \ 7764 -Wunused \
7730 -Wunused-but-set-parameter \ 7765 -Wunused-but-set-parameter \
@@ -7775,7 +7810,8 @@ $as_echo "$gl_cv_cc_uninitialized_supported" >&6; }
7775 ws=$gl_warn_set 7810 ws=$gl_warn_set
7776 7811
7777 for w in $ws; do 7812 for w in $ws; do
7778 as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh` 7813
7814as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh`
7779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 7815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5
7780$as_echo_n "checking whether C compiler handles $w... " >&6; } 7816$as_echo_n "checking whether C compiler handles $w... " >&6; }
7781if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then : 7817if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then :
@@ -7783,7 +7819,7 @@ if { as_var=$as_gl_Warn; eval "test \"\${$as_var+set}\" = set"; }; then :
7783else 7819else
7784 7820
7785 gl_save_compiler_FLAGS="$CFLAGS" 7821 gl_save_compiler_FLAGS="$CFLAGS"
7786 as_fn_append CFLAGS " $w" 7822 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors $w"
7787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7788/* end confdefs.h. */ 7824/* end confdefs.h. */
7789 7825
@@ -7814,14 +7850,15 @@ fi
7814 7850
7815 7851
7816 done 7852 done
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5 7853
7854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5
7818$as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; } 7855$as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; }
7819if test "${gl_cv_warn_c__Wno_missing_field_initializers+set}" = set; then : 7856if test "${gl_cv_warn_c__Wno_missing_field_initializers+set}" = set; then :
7820 $as_echo_n "(cached) " >&6 7857 $as_echo_n "(cached) " >&6
7821else 7858else
7822 7859
7823 gl_save_compiler_FLAGS="$CFLAGS" 7860 gl_save_compiler_FLAGS="$CFLAGS"
7824 as_fn_append CFLAGS " -Wno-missing-field-initializers" 7861 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-missing-field-initializers"
7825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7826/* end confdefs.h. */ 7863/* end confdefs.h. */
7827 7864
@@ -7849,14 +7886,15 @@ if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = x""yes; then :
7849fi 7886fi
7850 7887
7851 # We need this one 7888 # We need this one
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 7889
7890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5
7853$as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; } 7891$as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; }
7854if test "${gl_cv_warn_c__Wno_sign_compare+set}" = set; then : 7892if test "${gl_cv_warn_c__Wno_sign_compare+set}" = set; then :
7855 $as_echo_n "(cached) " >&6 7893 $as_echo_n "(cached) " >&6
7856else 7894else
7857 7895
7858 gl_save_compiler_FLAGS="$CFLAGS" 7896 gl_save_compiler_FLAGS="$CFLAGS"
7859 as_fn_append CFLAGS " -Wno-sign-compare" 7897 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-sign-compare"
7860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7861/* end confdefs.h. */ 7899/* end confdefs.h. */
7862 7900
@@ -7884,14 +7922,15 @@ if test "x$gl_cv_warn_c__Wno_sign_compare" = x""yes; then :
7884fi 7922fi
7885 7923
7886 # Too many warnings for now 7924 # Too many warnings for now
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-type-limits" >&5 7925
7926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-type-limits" >&5
7888$as_echo_n "checking whether C compiler handles -Wno-type-limits... " >&6; } 7927$as_echo_n "checking whether C compiler handles -Wno-type-limits... " >&6; }
7889if test "${gl_cv_warn_c__Wno_type_limits+set}" = set; then : 7928if test "${gl_cv_warn_c__Wno_type_limits+set}" = set; then :
7890 $as_echo_n "(cached) " >&6 7929 $as_echo_n "(cached) " >&6
7891else 7930else
7892 7931
7893 gl_save_compiler_FLAGS="$CFLAGS" 7932 gl_save_compiler_FLAGS="$CFLAGS"
7894 as_fn_append CFLAGS " -Wno-type-limits" 7933 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-type-limits"
7895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7896/* end confdefs.h. */ 7935/* end confdefs.h. */
7897 7936
@@ -7919,14 +7958,15 @@ if test "x$gl_cv_warn_c__Wno_type_limits" = x""yes; then :
7919fi 7958fi
7920 7959
7921 # Too many warnings for now 7960 # Too many warnings for now
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-switch" >&5 7961
7962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-switch" >&5
7923$as_echo_n "checking whether C compiler handles -Wno-switch... " >&6; } 7963$as_echo_n "checking whether C compiler handles -Wno-switch... " >&6; }
7924if test "${gl_cv_warn_c__Wno_switch+set}" = set; then : 7964if test "${gl_cv_warn_c__Wno_switch+set}" = set; then :
7925 $as_echo_n "(cached) " >&6 7965 $as_echo_n "(cached) " >&6
7926else 7966else
7927 7967
7928 gl_save_compiler_FLAGS="$CFLAGS" 7968 gl_save_compiler_FLAGS="$CFLAGS"
7929 as_fn_append CFLAGS " -Wno-switch" 7969 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-switch"
7930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7931/* end confdefs.h. */ 7971/* end confdefs.h. */
7932 7972
@@ -7954,14 +7994,15 @@ if test "x$gl_cv_warn_c__Wno_switch" = x""yes; then :
7954fi 7994fi
7955 7995
7956 # Too many warnings for now 7996 # Too many warnings for now
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5 7997
7998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5
7958$as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; } 7999$as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; }
7959if test "${gl_cv_warn_c__Wno_unused_parameter+set}" = set; then : 8000if test "${gl_cv_warn_c__Wno_unused_parameter+set}" = set; then :
7960 $as_echo_n "(cached) " >&6 8001 $as_echo_n "(cached) " >&6
7961else 8002else
7962 8003
7963 gl_save_compiler_FLAGS="$CFLAGS" 8004 gl_save_compiler_FLAGS="$CFLAGS"
7964 as_fn_append CFLAGS " -Wno-unused-parameter" 8005 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-unused-parameter"
7965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7966/* end confdefs.h. */ 8007/* end confdefs.h. */
7967 8008
@@ -7989,14 +8030,15 @@ if test "x$gl_cv_warn_c__Wno_unused_parameter" = x""yes; then :
7989fi 8030fi
7990 8031
7991 # Too many warnings for now 8032 # Too many warnings for now
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5 8033
8034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-format-nonliteral" >&5
7993$as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; } 8035$as_echo_n "checking whether C compiler handles -Wno-format-nonliteral... " >&6; }
7994if test "${gl_cv_warn_c__Wno_format_nonliteral+set}" = set; then : 8036if test "${gl_cv_warn_c__Wno_format_nonliteral+set}" = set; then :
7995 $as_echo_n "(cached) " >&6 8037 $as_echo_n "(cached) " >&6
7996else 8038else
7997 8039
7998 gl_save_compiler_FLAGS="$CFLAGS" 8040 gl_save_compiler_FLAGS="$CFLAGS"
7999 as_fn_append CFLAGS " -Wno-format-nonliteral" 8041 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-format-nonliteral"
8000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8001/* end confdefs.h. */ 8043/* end confdefs.h. */
8002 8044
@@ -8027,14 +8069,15 @@ fi
8027 8069
8028 # In spite of excluding -Wlogical-op above, it is enabled, as of 8070 # In spite of excluding -Wlogical-op above, it is enabled, as of
8029 # gcc 4.5.0 20090517. 8071 # gcc 4.5.0 20090517.
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5 8072
8073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-logical-op" >&5
8031$as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; } 8074$as_echo_n "checking whether C compiler handles -Wno-logical-op... " >&6; }
8032if test "${gl_cv_warn_c__Wno_logical_op+set}" = set; then : 8075if test "${gl_cv_warn_c__Wno_logical_op+set}" = set; then :
8033 $as_echo_n "(cached) " >&6 8076 $as_echo_n "(cached) " >&6
8034else 8077else
8035 8078
8036 gl_save_compiler_FLAGS="$CFLAGS" 8079 gl_save_compiler_FLAGS="$CFLAGS"
8037 as_fn_append CFLAGS " -Wno-logical-op" 8080 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wno-logical-op"
8038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8039/* end confdefs.h. */ 8082/* end confdefs.h. */
8040 8083
@@ -8063,14 +8106,15 @@ fi
8063 8106
8064 8107
8065 8108
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5 8109
8110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5
8067$as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; } 8111$as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; }
8068if test "${gl_cv_warn_c__fdiagnostics_show_option+set}" = set; then : 8112if test "${gl_cv_warn_c__fdiagnostics_show_option+set}" = set; then :
8069 $as_echo_n "(cached) " >&6 8113 $as_echo_n "(cached) " >&6
8070else 8114else
8071 8115
8072 gl_save_compiler_FLAGS="$CFLAGS" 8116 gl_save_compiler_FLAGS="$CFLAGS"
8073 as_fn_append CFLAGS " -fdiagnostics-show-option" 8117 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -fdiagnostics-show-option"
8074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8075/* end confdefs.h. */ 8119/* end confdefs.h. */
8076 8120
@@ -8098,14 +8142,15 @@ if test "x$gl_cv_warn_c__fdiagnostics_show_option" = x""yes; then :
8098fi 8142fi
8099 8143
8100 8144
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5 8145
8146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -funit-at-a-time" >&5
8102$as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; } 8147$as_echo_n "checking whether C compiler handles -funit-at-a-time... " >&6; }
8103if test "${gl_cv_warn_c__funit_at_a_time+set}" = set; then : 8148if test "${gl_cv_warn_c__funit_at_a_time+set}" = set; then :
8104 $as_echo_n "(cached) " >&6 8149 $as_echo_n "(cached) " >&6
8105else 8150else
8106 8151
8107 gl_save_compiler_FLAGS="$CFLAGS" 8152 gl_save_compiler_FLAGS="$CFLAGS"
8108 as_fn_append CFLAGS " -funit-at-a-time" 8153 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -funit-at-a-time"
8109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8110/* end confdefs.h. */ 8155/* end confdefs.h. */
8111 8156