aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-08-12 06:17:43 -0400
committerGlenn Morris2013-08-12 06:17:43 -0400
commit7a67e06b99a85ae700a7ccc75468397d53af59ed (patch)
treeed6e5ddcbb376ea67a4b84accce1db4ffb74dbfe
parentd2e113bc86fba063f39cf5d1893ee47b4cf43a9a (diff)
downloademacs-7a67e06b99a85ae700a7ccc75468397d53af59ed.tar.gz
emacs-7a67e06b99a85ae700a7ccc75468397d53af59ed.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in2
-rw-r--r--autogen/config.in10
-rwxr-xr-xautogen/configure144
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@
903LIBXTR6 = @LIBXTR6@ 903LIBXTR6 = @LIBXTR6@
904LIBXT_OTHER = @LIBXT_OTHER@ 904LIBXT_OTHER = @LIBXT_OTHER@
905LIBX_OTHER = @LIBX_OTHER@ 905LIBX_OTHER = @LIBX_OTHER@
906LIBZ = @LIBZ@
906LIB_ACL = @LIB_ACL@ 907LIB_ACL = @LIB_ACL@
907LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ 908LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
908LIB_EACCESS = @LIB_EACCESS@ 909LIB_EACCESS = @LIB_EACCESS@
@@ -1185,6 +1186,7 @@ datarootdir = @datarootdir@
1185docdir = @docdir@ 1186docdir = @docdir@
1186dvidir = @dvidir@ 1187dvidir = @dvidir@
1187etcdir = @etcdir@ 1188etcdir = @etcdir@
1189etcdocdir = @etcdocdir@
1188exec_prefix = @exec_prefix@ 1190exec_prefix = @exec_prefix@
1189gamedir = @gamedir@ 1191gamedir = @gamedir@
1190gameuser = @gameuser@ 1192gameuser = @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
1279gameuser 1279gameuser
1280gamedir 1280gamedir
1281bitmapdir 1281bitmapdir
1282etcdocdir
1282archlibdir 1283archlibdir
1283etcdir 1284etcdir
1284x_default_search_path 1285x_default_search_path
@@ -1315,6 +1316,7 @@ LIBXSM
1315LIBGPM 1316LIBGPM
1316LIBGIF 1317LIBGIF
1317LIBTIFF 1318LIBTIFF
1319LIBZ
1318LIBPNG 1320LIBPNG
1319LIBJPEG 1321LIBJPEG
1320LIBXPM 1322LIBXPM
@@ -1538,6 +1540,7 @@ with_gconf
1538with_gsettings 1540with_gsettings
1539with_selinux 1541with_selinux
1540with_gnutls 1542with_gnutls
1543with_zlib
1541with_file_notification 1544with_file_notification
1542with_makeinfo 1545with_makeinfo
1543with_compress_info 1546with_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"
3383as_fn_append ac_func_list " fcntl" 3387as_fn_append ac_func_list " fcntl"
3384as_fn_append ac_func_list " fdopendir" 3388as_fn_append ac_func_list " fdopendir"
3385as_fn_append ac_header_list " stdio_ext.h" 3389as_fn_append ac_header_list " stdio_ext.h"
3386as_fn_append ac_func_list " __fpending"
3387as_fn_append ac_func_list " fstatat" 3390as_fn_append ac_func_list " fstatat"
3388as_fn_append ac_func_list " fsync" 3391as_fn_append ac_func_list " fsync"
3389gl_getopt_required=GNU 3392gl_getopt_required=GNU
@@ -4010,7 +4013,7 @@ locallisppath='${datadir}/emacs/${version}/site-lisp:'\
4010lisppath='${locallisppath}:${standardlisppath}' 4013lisppath='${locallisppath}:${standardlisppath}'
4011etcdir='${datadir}/emacs/${version}/etc' 4014etcdir='${datadir}/emacs/${version}/etc'
4012archlibdir='${libexecdir}/emacs/${version}/${configuration}' 4015archlibdir='${libexecdir}/emacs/${version}/${configuration}'
4013docdir='${datadir}/emacs/${version}/etc' 4016etcdocdir='${datadir}/emacs/${version}/etc'
4014gamedir='${localstatedir}/games/emacs' 4017gamedir='${localstatedir}/games/emacs'
4015 4018
4016 4019
@@ -4356,6 +4359,14 @@ else
4356fi 4359fi
4357 4360
4358 4361
4362# Check whether --with-zlib was given.
4363if test "${with_zlib+set}" = set; then :
4364 withval=$with_zlib;
4365else
4366 with_zlib=$with_features
4367fi
4368
4369
4359 4370
4360# Check whether --with-file-notification was given. 4371# Check whether --with-file-notification was given.
4361if test "${with_file_notification+set}" = set; then : 4372if 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
13626fi 13637fi
13627 13638
13628 13639
13640HAVE_ZLIB=no
13641LIBZ=
13642if 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; }
13651if test "${ac_cv_search_inflateEnd+set}" = set; then :
13652 $as_echo_n "(cached) " >&6
13653else
13654 ac_func_search_save_LIBS=$LIBS
13655cat 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
13662extern "C"
13663#endif
13664char inflateEnd ();
13665int
13666main ()
13667{
13668return inflateEnd ();
13669 ;
13670 return 0;
13671}
13672_ACEOF
13673for 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
13682fi
13683rm -f core conftest.err conftest.$ac_objext \
13684 conftest$ac_exeext
13685 if test "${ac_cv_search_inflateEnd+set}" = set; then :
13686 break
13687fi
13688done
13689if test "${ac_cv_search_inflateEnd+set}" = set; then :
13690
13691else
13692 ac_cv_search_inflateEnd=no
13693fi
13694rm conftest.$ac_ext
13695LIBS=$ac_func_search_save_LIBS
13696fi
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inflateEnd" >&5
13698$as_echo "$ac_cv_search_inflateEnd" >&6; }
13699ac_res=$ac_cv_search_inflateEnd
13700if test "$ac_res" != no; then :
13701 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13702 HAVE_ZLIB=yes
13703fi
13704
13705 LIBS=$OLIBS
13706 case $ac_cv_search_inflateEnd in
13707 -*) LIBZ=$ac_cv_search_inflateEnd ;;
13708 esac
13709 fi
13710fi
13711if test "${HAVE_ZLIB}" = "yes"; then
13712
13713$as_echo "#define HAVE_ZLIB 1" >>confdefs.h
13714
13715fi
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.
13631HAVE_TIFF=no 13721HAVE_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> 23060if 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"
22979if test "x$ac_cv_have_decl___fpending" = x""yes; then :
22980 ac_have_decl=1
22981else 23062else
22982 ac_have_decl=0
22983fi
22984 23063
22985cat >>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
23071int
23072main ()
23073{
23074return ! __fpending (stdin);
23075 ;
23076 return 0;
23077}
22987_ACEOF 23078_ACEOF
23079if ac_fn_c_try_link "$LINENO"; then :
23080 gl_cv_func___fpending=yes
23081else
23082 gl_cv_func___fpending=no
23083fi
23084rm -f core conftest.err conftest.$ac_objext \
23085 conftest$ac_exeext conftest.$ac_ext
22988 23086
23087fi
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}
28869echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}" 28970echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
28870echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" 28971echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
28871echo " Does Emacs use -lxft? ${HAVE_XFT}" 28972echo " Does Emacs use -lxft? ${HAVE_XFT}"
28973echo " Does Emacs directly use zlib? ${HAVE_ZLIB}"
28872 28974
28873echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 28975echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
28874echo 28976echo