diff options
| author | Glenn Morris | 2013-08-12 06:17:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-08-12 06:17:43 -0400 |
| commit | 7a67e06b99a85ae700a7ccc75468397d53af59ed (patch) | |
| tree | ed6e5ddcbb376ea67a4b84accce1db4ffb74dbfe | |
| parent | d2e113bc86fba063f39cf5d1893ee47b4cf43a9a (diff) | |
| download | emacs-7a67e06b99a85ae700a7ccc75468397d53af59ed.tar.gz emacs-7a67e06b99a85ae700a7ccc75468397d53af59ed.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 | ||||
| -rw-r--r-- | autogen/config.in | 10 | ||||
| -rwxr-xr-x | autogen/configure | 144 |
3 files changed, 128 insertions, 28 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index af3dbeaf264..2122ca2d169 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -903,6 +903,7 @@ LIBXSM = @LIBXSM@ | |||
| 903 | LIBXTR6 = @LIBXTR6@ | 903 | LIBXTR6 = @LIBXTR6@ |
| 904 | LIBXT_OTHER = @LIBXT_OTHER@ | 904 | LIBXT_OTHER = @LIBXT_OTHER@ |
| 905 | LIBX_OTHER = @LIBX_OTHER@ | 905 | LIBX_OTHER = @LIBX_OTHER@ |
| 906 | LIBZ = @LIBZ@ | ||
| 906 | LIB_ACL = @LIB_ACL@ | 907 | LIB_ACL = @LIB_ACL@ |
| 907 | LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ | 908 | LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ |
| 908 | LIB_EACCESS = @LIB_EACCESS@ | 909 | LIB_EACCESS = @LIB_EACCESS@ |
| @@ -1185,6 +1186,7 @@ datarootdir = @datarootdir@ | |||
| 1185 | docdir = @docdir@ | 1186 | docdir = @docdir@ |
| 1186 | dvidir = @dvidir@ | 1187 | dvidir = @dvidir@ |
| 1187 | etcdir = @etcdir@ | 1188 | etcdir = @etcdir@ |
| 1189 | etcdocdir = @etcdocdir@ | ||
| 1188 | exec_prefix = @exec_prefix@ | 1190 | exec_prefix = @exec_prefix@ |
| 1189 | gamedir = @gamedir@ | 1191 | gamedir = @gamedir@ |
| 1190 | gameuser = @gameuser@ | 1192 | gameuser = @gameuser@ |
diff --git a/autogen/config.in b/autogen/config.in index b996a5f071e..00b7c5ba05e 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -408,10 +408,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 408 | don't. */ | 408 | don't. */ |
| 409 | #undef HAVE_DECL__PUTENV | 409 | #undef HAVE_DECL__PUTENV |
| 410 | 410 | ||
| 411 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you | ||
| 412 | don't. */ | ||
| 413 | #undef HAVE_DECL___FPENDING | ||
| 414 | |||
| 415 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you | 411 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you |
| 416 | don't. */ | 412 | don't. */ |
| 417 | #undef HAVE_DECL___SYS_SIGLIST | 413 | #undef HAVE_DECL___SYS_SIGLIST |
| @@ -1190,6 +1186,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1190 | /* Define to 1 if you want to use the X window system. */ | 1186 | /* Define to 1 if you want to use the X window system. */ |
| 1191 | #undef HAVE_X_WINDOWS | 1187 | #undef HAVE_X_WINDOWS |
| 1192 | 1188 | ||
| 1189 | /* Define to 1 if you have the zlib library (-lz). */ | ||
| 1190 | #undef HAVE_ZLIB | ||
| 1191 | |||
| 1193 | /* Define to 1 if the system has the type `_Bool'. */ | 1192 | /* Define to 1 if the system has the type `_Bool'. */ |
| 1194 | #undef HAVE__BOOL | 1193 | #undef HAVE__BOOL |
| 1195 | 1194 | ||
| @@ -1205,9 +1204,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1205 | /* Define to 1 if you have the `__executable_start' function. */ | 1204 | /* Define to 1 if you have the `__executable_start' function. */ |
| 1206 | #undef HAVE___EXECUTABLE_START | 1205 | #undef HAVE___EXECUTABLE_START |
| 1207 | 1206 | ||
| 1208 | /* Define to 1 if you have the `__fpending' function. */ | ||
| 1209 | #undef HAVE___FPENDING | ||
| 1210 | |||
| 1211 | /* Define to 1 if you have the `__secure_getenv' function. */ | 1207 | /* Define to 1 if you have the `__secure_getenv' function. */ |
| 1212 | #undef HAVE___SECURE_GETENV | 1208 | #undef HAVE___SECURE_GETENV |
| 1213 | 1209 | ||
diff --git a/autogen/configure b/autogen/configure index c319167fc51..54e8f290293 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1279,6 +1279,7 @@ LD_SWITCH_X_SITE | |||
| 1279 | gameuser | 1279 | gameuser |
| 1280 | gamedir | 1280 | gamedir |
| 1281 | bitmapdir | 1281 | bitmapdir |
| 1282 | etcdocdir | ||
| 1282 | archlibdir | 1283 | archlibdir |
| 1283 | etcdir | 1284 | etcdir |
| 1284 | x_default_search_path | 1285 | x_default_search_path |
| @@ -1315,6 +1316,7 @@ LIBXSM | |||
| 1315 | LIBGPM | 1316 | LIBGPM |
| 1316 | LIBGIF | 1317 | LIBGIF |
| 1317 | LIBTIFF | 1318 | LIBTIFF |
| 1319 | LIBZ | ||
| 1318 | LIBPNG | 1320 | LIBPNG |
| 1319 | LIBJPEG | 1321 | LIBJPEG |
| 1320 | LIBXPM | 1322 | LIBXPM |
| @@ -1538,6 +1540,7 @@ with_gconf | |||
| 1538 | with_gsettings | 1540 | with_gsettings |
| 1539 | with_selinux | 1541 | with_selinux |
| 1540 | with_gnutls | 1542 | with_gnutls |
| 1543 | with_zlib | ||
| 1541 | with_file_notification | 1544 | with_file_notification |
| 1542 | with_makeinfo | 1545 | with_makeinfo |
| 1543 | with_compress_info | 1546 | with_compress_info |
| @@ -2268,6 +2271,7 @@ Optional Packages: | |||
| 2268 | --without-gsettings don't compile with GSettings support | 2271 | --without-gsettings don't compile with GSettings support |
| 2269 | --without-selinux don't compile with SELinux support | 2272 | --without-selinux don't compile with SELinux support |
| 2270 | --without-gnutls don't use -lgnutls for SSL/TLS support | 2273 | --without-gnutls don't use -lgnutls for SSL/TLS support |
| 2274 | --without-zlib don't compile with zlib decompression support | ||
| 2271 | --with-file-notification=LIB | 2275 | --with-file-notification=LIB |
| 2272 | use a file notification library (LIB one of: yes, | 2276 | use a file notification library (LIB one of: yes, |
| 2273 | gfile, inotify, w32, no) | 2277 | gfile, inotify, w32, no) |
| @@ -3383,7 +3387,6 @@ as_fn_append ac_func_list " faccessat" | |||
| 3383 | as_fn_append ac_func_list " fcntl" | 3387 | as_fn_append ac_func_list " fcntl" |
| 3384 | as_fn_append ac_func_list " fdopendir" | 3388 | as_fn_append ac_func_list " fdopendir" |
| 3385 | as_fn_append ac_header_list " stdio_ext.h" | 3389 | as_fn_append ac_header_list " stdio_ext.h" |
| 3386 | as_fn_append ac_func_list " __fpending" | ||
| 3387 | as_fn_append ac_func_list " fstatat" | 3390 | as_fn_append ac_func_list " fstatat" |
| 3388 | as_fn_append ac_func_list " fsync" | 3391 | as_fn_append ac_func_list " fsync" |
| 3389 | gl_getopt_required=GNU | 3392 | gl_getopt_required=GNU |
| @@ -4010,7 +4013,7 @@ locallisppath='${datadir}/emacs/${version}/site-lisp:'\ | |||
| 4010 | lisppath='${locallisppath}:${standardlisppath}' | 4013 | lisppath='${locallisppath}:${standardlisppath}' |
| 4011 | etcdir='${datadir}/emacs/${version}/etc' | 4014 | etcdir='${datadir}/emacs/${version}/etc' |
| 4012 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' | 4015 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' |
| 4013 | docdir='${datadir}/emacs/${version}/etc' | 4016 | etcdocdir='${datadir}/emacs/${version}/etc' |
| 4014 | gamedir='${localstatedir}/games/emacs' | 4017 | gamedir='${localstatedir}/games/emacs' |
| 4015 | 4018 | ||
| 4016 | 4019 | ||
| @@ -4356,6 +4359,14 @@ else | |||
| 4356 | fi | 4359 | fi |
| 4357 | 4360 | ||
| 4358 | 4361 | ||
| 4362 | # Check whether --with-zlib was given. | ||
| 4363 | if test "${with_zlib+set}" = set; then : | ||
| 4364 | withval=$with_zlib; | ||
| 4365 | else | ||
| 4366 | with_zlib=$with_features | ||
| 4367 | fi | ||
| 4368 | |||
| 4369 | |||
| 4359 | 4370 | ||
| 4360 | # Check whether --with-file-notification was given. | 4371 | # Check whether --with-file-notification was given. |
| 4361 | if test "${with_file_notification+set}" = set; then : | 4372 | if test "${with_file_notification+set}" = set; then : |
| @@ -10056,7 +10067,7 @@ if test "${HAVE_NS}" = yes; then | |||
| 10056 | exec_prefix=${ns_appbindir} | 10067 | exec_prefix=${ns_appbindir} |
| 10057 | libexecdir="\${ns_appbindir}/libexec" | 10068 | libexecdir="\${ns_appbindir}/libexec" |
| 10058 | archlibdir="\${ns_appbindir}/libexec" | 10069 | archlibdir="\${ns_appbindir}/libexec" |
| 10059 | docdir="\${ns_appresdir}/etc" | 10070 | etcdocdir="\${ns_appresdir}/etc" |
| 10060 | etcdir="\${ns_appresdir}/etc" | 10071 | etcdir="\${ns_appresdir}/etc" |
| 10061 | infodir="\${ns_appresdir}/info" | 10072 | infodir="\${ns_appresdir}/info" |
| 10062 | mandir="\${ns_appresdir}/man" | 10073 | mandir="\${ns_appresdir}/man" |
| @@ -13626,6 +13637,85 @@ fi | |||
| 13626 | fi | 13637 | fi |
| 13627 | 13638 | ||
| 13628 | 13639 | ||
| 13640 | HAVE_ZLIB=no | ||
| 13641 | LIBZ= | ||
| 13642 | if test "${with_zlib}" != "no"; then | ||
| 13643 | if test "${HAVE_PNG}" = "yes"; then | ||
| 13644 | ### PNG depends on zlib, so if we have PNG, we have zlib. | ||
| 13645 | HAVE_ZLIB=yes | ||
| 13646 | else | ||
| 13647 | ### No PNG, so check zlib ourselves. | ||
| 13648 | OLIBS=$LIBS | ||
| 13649 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inflateEnd" >&5 | ||
| 13650 | $as_echo_n "checking for library containing inflateEnd... " >&6; } | ||
| 13651 | if test "${ac_cv_search_inflateEnd+set}" = set; then : | ||
| 13652 | $as_echo_n "(cached) " >&6 | ||
| 13653 | else | ||
| 13654 | ac_func_search_save_LIBS=$LIBS | ||
| 13655 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 13656 | /* end confdefs.h. */ | ||
| 13657 | |||
| 13658 | /* Override any GCC internal prototype to avoid an error. | ||
| 13659 | Use char because int might match the return type of a GCC | ||
| 13660 | builtin and then its argument prototype would still apply. */ | ||
| 13661 | #ifdef __cplusplus | ||
| 13662 | extern "C" | ||
| 13663 | #endif | ||
| 13664 | char inflateEnd (); | ||
| 13665 | int | ||
| 13666 | main () | ||
| 13667 | { | ||
| 13668 | return inflateEnd (); | ||
| 13669 | ; | ||
| 13670 | return 0; | ||
| 13671 | } | ||
| 13672 | _ACEOF | ||
| 13673 | for ac_lib in '' z; do | ||
| 13674 | if test -z "$ac_lib"; then | ||
| 13675 | ac_res="none required" | ||
| 13676 | else | ||
| 13677 | ac_res=-l$ac_lib | ||
| 13678 | LIBS="-l$ac_lib $ac_func_search_save_LIBS" | ||
| 13679 | fi | ||
| 13680 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 13681 | ac_cv_search_inflateEnd=$ac_res | ||
| 13682 | fi | ||
| 13683 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 13684 | conftest$ac_exeext | ||
| 13685 | if test "${ac_cv_search_inflateEnd+set}" = set; then : | ||
| 13686 | break | ||
| 13687 | fi | ||
| 13688 | done | ||
| 13689 | if test "${ac_cv_search_inflateEnd+set}" = set; then : | ||
| 13690 | |||
| 13691 | else | ||
| 13692 | ac_cv_search_inflateEnd=no | ||
| 13693 | fi | ||
| 13694 | rm conftest.$ac_ext | ||
| 13695 | LIBS=$ac_func_search_save_LIBS | ||
| 13696 | fi | ||
| 13697 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inflateEnd" >&5 | ||
| 13698 | $as_echo "$ac_cv_search_inflateEnd" >&6; } | ||
| 13699 | ac_res=$ac_cv_search_inflateEnd | ||
| 13700 | if test "$ac_res" != no; then : | ||
| 13701 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
| 13702 | HAVE_ZLIB=yes | ||
| 13703 | fi | ||
| 13704 | |||
| 13705 | LIBS=$OLIBS | ||
| 13706 | case $ac_cv_search_inflateEnd in | ||
| 13707 | -*) LIBZ=$ac_cv_search_inflateEnd ;; | ||
| 13708 | esac | ||
| 13709 | fi | ||
| 13710 | fi | ||
| 13711 | if test "${HAVE_ZLIB}" = "yes"; then | ||
| 13712 | |||
| 13713 | $as_echo "#define HAVE_ZLIB 1" >>confdefs.h | ||
| 13714 | |||
| 13715 | fi | ||
| 13716 | |||
| 13717 | |||
| 13718 | |||
| 13629 | ### Use -ltiff if available, unless `--with-tiff=no'. | 13719 | ### Use -ltiff if available, unless `--with-tiff=no'. |
| 13630 | ### mingw32 doesn't use -ltiff, since it loads the library dynamically. | 13720 | ### mingw32 doesn't use -ltiff, since it loads the library dynamically. |
| 13631 | HAVE_TIFF=no | 13721 | HAVE_TIFF=no |
| @@ -18525,8 +18615,6 @@ _ACEOF | |||
| 18525 | 18615 | ||
| 18526 | 18616 | ||
| 18527 | 18617 | ||
| 18528 | |||
| 18529 | |||
| 18530 | GNULIB_FCHMODAT=0; | 18618 | GNULIB_FCHMODAT=0; |
| 18531 | GNULIB_FSTAT=0; | 18619 | GNULIB_FSTAT=0; |
| 18532 | GNULIB_FSTATAT=0; | 18620 | GNULIB_FSTATAT=0; |
| @@ -22967,27 +23055,40 @@ _ACEOF | |||
| 22967 | 23055 | ||
| 22968 | 23056 | ||
| 22969 | 23057 | ||
| 22970 | 23058 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __fpending" >&5 | |
| 22971 | fp_headers=' | 23059 | $as_echo_n "checking for __fpending... " >&6; } |
| 22972 | # include <stdio.h> | 23060 | if test "${gl_cv_func___fpending+set}" = set; then : |
| 22973 | # if HAVE_STDIO_EXT_H | 23061 | $as_echo_n "(cached) " >&6 |
| 22974 | # include <stdio_ext.h> | ||
| 22975 | # endif | ||
| 22976 | ' | ||
| 22977 | ac_fn_c_check_decl "$LINENO" "__fpending" "ac_cv_have_decl___fpending" "$fp_headers | ||
| 22978 | " | ||
| 22979 | if test "x$ac_cv_have_decl___fpending" = x""yes; then : | ||
| 22980 | ac_have_decl=1 | ||
| 22981 | else | 23062 | else |
| 22982 | ac_have_decl=0 | ||
| 22983 | fi | ||
| 22984 | 23063 | ||
| 22985 | cat >>confdefs.h <<_ACEOF | 23064 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 22986 | #define HAVE_DECL___FPENDING $ac_have_decl | 23065 | /* end confdefs.h. */ |
| 23066 | #include <stdio.h> | ||
| 23067 | #if HAVE_STDIO_EXT_H | ||
| 23068 | # include <stdio_ext.h> | ||
| 23069 | #endif | ||
| 23070 | |||
| 23071 | int | ||
| 23072 | main () | ||
| 23073 | { | ||
| 23074 | return ! __fpending (stdin); | ||
| 23075 | ; | ||
| 23076 | return 0; | ||
| 23077 | } | ||
| 22987 | _ACEOF | 23078 | _ACEOF |
| 23079 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 23080 | gl_cv_func___fpending=yes | ||
| 23081 | else | ||
| 23082 | gl_cv_func___fpending=no | ||
| 23083 | fi | ||
| 23084 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 23085 | conftest$ac_exeext conftest.$ac_ext | ||
| 22988 | 23086 | ||
| 23087 | fi | ||
| 23088 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func___fpending" >&5 | ||
| 23089 | $as_echo "$gl_cv_func___fpending" >&6; } | ||
| 22989 | 23090 | ||
| 22990 | if test $ac_cv_func___fpending = no; then | 23091 | if test $gl_cv_func___fpending = no; then |
| 22991 | 23092 | ||
| 22992 | 23093 | ||
| 22993 | 23094 | ||
| @@ -28869,6 +28970,7 @@ echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE} | |||
| 28869 | echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}" | 28970 | echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}" |
| 28870 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" | 28971 | echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" |
| 28871 | echo " Does Emacs use -lxft? ${HAVE_XFT}" | 28972 | echo " Does Emacs use -lxft? ${HAVE_XFT}" |
| 28973 | echo " Does Emacs directly use zlib? ${HAVE_ZLIB}" | ||
| 28872 | 28974 | ||
| 28873 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | 28975 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" |
| 28874 | echo | 28976 | echo |