diff options
| author | Glenn Morris | 2012-07-09 06:17:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-09 06:17:37 -0400 |
| commit | 27505cf5e4d61283be5368cfd200c942dded0c79 (patch) | |
| tree | bd6505b01ed185a239a5c7ab811a619480cf8edd | |
| parent | 2f93ecceb91ec8b0a18c95787503341780ca9233 (diff) | |
| download | emacs-27505cf5e4d61283be5368cfd200c942dded0c79.tar.gz emacs-27505cf5e4d61283be5368cfd200c942dded0c79.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 | ||||
| -rw-r--r-- | autogen/config.in | 7 | ||||
| -rwxr-xr-x | autogen/configure | 54 |
3 files changed, 24 insertions, 39 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 151adf424bf..4808d7aa179 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -97,7 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ | |||
| 97 | $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/utimbuf.m4 \ | 97 | $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/utimbuf.m4 \ |
| 98 | $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes.m4 \ | 98 | $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes.m4 \ |
| 99 | $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_t.m4 \ | 99 | $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_t.m4 \ |
| 100 | $(top_srcdir)/configure.in | 100 | $(top_srcdir)/configure.ac |
| 101 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 101 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 102 | $(ACLOCAL_M4) | 102 | $(ACLOCAL_M4) |
| 103 | mkinstalldirs = $(install_sh) -d | 103 | mkinstalldirs = $(install_sh) -d |
diff --git a/autogen/config.in b/autogen/config.in index aad4c148c6b..bb9c2d5339e 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* src/config.in. Generated from configure.in by autoheader. */ | 1 | /* src/config.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. | 3 | /* GNU Emacs site configuration template file. |
| 4 | 4 | ||
| @@ -1089,6 +1089,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1089 | /* Define to the version of this package. */ | 1089 | /* Define to the version of this package. */ |
| 1090 | #undef PACKAGE_VERSION | 1090 | #undef PACKAGE_VERSION |
| 1091 | 1091 | ||
| 1092 | /* Define to empty to suppress deprecation warnings when building with | ||
| 1093 | --enable-gcc-warnings and with libpng versions before 1.5, which lack | ||
| 1094 | png_longjmp. */ | ||
| 1095 | #undef PNG_DEPRECATED | ||
| 1096 | |||
| 1092 | /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. | 1097 | /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno. |
| 1093 | */ | 1098 | */ |
| 1094 | #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO | 1099 | #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO |
diff --git a/autogen/configure b/autogen/configure index 13b55b60d8d..7dc2f8cee48 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -7606,41 +7606,6 @@ if test "x$gl_cv_warn_c__Wno_format_nonliteral" = x""yes; then : | |||
| 7606 | fi | 7606 | fi |
| 7607 | 7607 | ||
| 7608 | 7608 | ||
| 7609 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-deprecated-declarations" >&5 | ||
| 7610 | $as_echo_n "checking whether C compiler handles -Wno-deprecated-declarations... " >&6; } | ||
| 7611 | if test "${gl_cv_warn_c__Wno_deprecated_declarations+set}" = set; then : | ||
| 7612 | $as_echo_n "(cached) " >&6 | ||
| 7613 | else | ||
| 7614 | |||
| 7615 | gl_save_compiler_FLAGS="$CFLAGS" | ||
| 7616 | as_fn_append CFLAGS " -Wno-deprecated-declarations" | ||
| 7617 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 7618 | /* end confdefs.h. */ | ||
| 7619 | |||
| 7620 | int | ||
| 7621 | main () | ||
| 7622 | { | ||
| 7623 | |||
| 7624 | ; | ||
| 7625 | return 0; | ||
| 7626 | } | ||
| 7627 | _ACEOF | ||
| 7628 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 7629 | gl_cv_warn_c__Wno_deprecated_declarations=yes | ||
| 7630 | else | ||
| 7631 | gl_cv_warn_c__Wno_deprecated_declarations=no | ||
| 7632 | fi | ||
| 7633 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 7634 | CFLAGS="$gl_save_compiler_FLAGS" | ||
| 7635 | |||
| 7636 | fi | ||
| 7637 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_deprecated_declarations" >&5 | ||
| 7638 | $as_echo "$gl_cv_warn_c__Wno_deprecated_declarations" >&6; } | ||
| 7639 | if test "x$gl_cv_warn_c__Wno_deprecated_declarations" = x""yes; then : | ||
| 7640 | as_fn_append WARN_CFLAGS " -Wno-deprecated-declarations" | ||
| 7641 | fi | ||
| 7642 | |||
| 7643 | # triggered by libpng | ||
| 7644 | 7609 | ||
| 7645 | # In spite of excluding -Wlogical-op above, it is enabled, as of | 7610 | # In spite of excluding -Wlogical-op above, it is enabled, as of |
| 7646 | # gcc 4.5.0 20090517. | 7611 | # gcc 4.5.0 20090517. |
| @@ -20235,7 +20200,7 @@ eval as_val=\$$as_ac_Header | |||
| 20235 | cat >>confdefs.h <<_ACEOF | 20200 | cat >>confdefs.h <<_ACEOF |
| 20236 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 20201 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 20237 | _ACEOF | 20202 | _ACEOF |
| 20238 | 20203 | break | |
| 20239 | fi | 20204 | fi |
| 20240 | 20205 | ||
| 20241 | done | 20206 | done |
| @@ -20289,6 +20254,22 @@ fi | |||
| 20289 | $as_echo "#define HAVE_PNG 1" >>confdefs.h | 20254 | $as_echo "#define HAVE_PNG 1" >>confdefs.h |
| 20290 | 20255 | ||
| 20291 | LIBPNG="-lpng -lz -lm" | 20256 | LIBPNG="-lpng -lz -lm" |
| 20257 | |||
| 20258 | ac_fn_c_check_decl "$LINENO" "png_longjmp" "ac_cv_have_decl_png_longjmp" "#ifdef HAVE_LIBPNG_PNG_H | ||
| 20259 | # include <libpng/png.h> | ||
| 20260 | #else | ||
| 20261 | # include <png.h> | ||
| 20262 | #endif | ||
| 20263 | |||
| 20264 | " | ||
| 20265 | if test "x$ac_cv_have_decl_png_longjmp" = x""yes; then : | ||
| 20266 | |||
| 20267 | else | ||
| 20268 | |||
| 20269 | $as_echo "#define PNG_DEPRECATED /**/" >>confdefs.h | ||
| 20270 | |||
| 20271 | fi | ||
| 20272 | |||
| 20292 | fi | 20273 | fi |
| 20293 | fi | 20274 | fi |
| 20294 | 20275 | ||
| @@ -24807,4 +24788,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |||
| 24807 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 24788 | $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 24808 | fi | 24789 | fi |
| 24809 | 24790 | ||
| 24810 | |||