diff options
| author | Glenn Morris | 2012-12-11 06:17:38 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-12-11 06:17:38 -0500 |
| commit | b5eb356a94fc5832209754fbe436958cedd3e583 (patch) | |
| tree | 955792d63f9d4a3e3f047ad7052b05f29c695503 | |
| parent | c6afe371b0218154957bbef17c3f8bda5377b7c8 (diff) | |
| download | emacs-b5eb356a94fc5832209754fbe436958cedd3e583.tar.gz emacs-b5eb356a94fc5832209754fbe436958cedd3e583.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 3 | ||||
| -rw-r--r-- | autogen/config.in | 6 | ||||
| -rwxr-xr-x | autogen/configure | 140 |
3 files changed, 149 insertions, 0 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 266371621ce..fdac2e11ddc 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -775,6 +775,8 @@ VERSION = @VERSION@ | |||
| 775 | VMLIMIT_OBJ = @VMLIMIT_OBJ@ | 775 | VMLIMIT_OBJ = @VMLIMIT_OBJ@ |
| 776 | W32_LIBS = @W32_LIBS@ | 776 | W32_LIBS = @W32_LIBS@ |
| 777 | W32_OBJ = @W32_OBJ@ | 777 | W32_OBJ = @W32_OBJ@ |
| 778 | W32_RES = @W32_RES@ | ||
| 779 | W32_RES_LINK = @W32_RES_LINK@ | ||
| 778 | WARN_CFLAGS = @WARN_CFLAGS@ | 780 | WARN_CFLAGS = @WARN_CFLAGS@ |
| 779 | WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ | 781 | WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ |
| 780 | WERROR_CFLAGS = @WERROR_CFLAGS@ | 782 | WERROR_CFLAGS = @WERROR_CFLAGS@ |
| @@ -782,6 +784,7 @@ WIDGET_OBJ = @WIDGET_OBJ@ | |||
| 782 | WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ | 784 | WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ |
| 783 | WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ | 785 | WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ |
| 784 | WINDOW_SYSTEM_OBJ = @WINDOW_SYSTEM_OBJ@ | 786 | WINDOW_SYSTEM_OBJ = @WINDOW_SYSTEM_OBJ@ |
| 787 | WINDRES = @WINDRES@ | ||
| 785 | WINT_T_SUFFIX = @WINT_T_SUFFIX@ | 788 | WINT_T_SUFFIX = @WINT_T_SUFFIX@ |
| 786 | XFT_CFLAGS = @XFT_CFLAGS@ | 789 | XFT_CFLAGS = @XFT_CFLAGS@ |
| 787 | XFT_LIBS = @XFT_LIBS@ | 790 | XFT_LIBS = @XFT_LIBS@ |
diff --git a/autogen/config.in b/autogen/config.in index 89c43b075de..fd34e6a6ec2 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -518,6 +518,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 518 | /* Define to 1 if you have inet sockets. */ | 518 | /* Define to 1 if you have inet sockets. */ |
| 519 | #undef HAVE_INET_SOCKETS | 519 | #undef HAVE_INET_SOCKETS |
| 520 | 520 | ||
| 521 | /* Define to 1 to use inotify. */ | ||
| 522 | #undef HAVE_INOTIFY | ||
| 523 | |||
| 521 | /* Define to 1 if you have the <inttypes.h> header file. */ | 524 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 522 | #undef HAVE_INTTYPES_H | 525 | #undef HAVE_INTTYPES_H |
| 523 | 526 | ||
| @@ -913,6 +916,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 913 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ | 916 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
| 914 | #undef HAVE_SYS_BITYPES_H | 917 | #undef HAVE_SYS_BITYPES_H |
| 915 | 918 | ||
| 919 | /* Define to 1 if you have the <sys/inotify.h> header file. */ | ||
| 920 | #undef HAVE_SYS_INOTIFY_H | ||
| 921 | |||
| 916 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ | 922 | /* Define to 1 if you have the <sys/inttypes.h> header file. */ |
| 917 | #undef HAVE_SYS_INTTYPES_H | 923 | #undef HAVE_SYS_INTTYPES_H |
| 918 | 924 | ||
diff --git a/autogen/configure b/autogen/configure index 3e6ae12da76..049d3e3d761 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1226,8 +1226,11 @@ LIB_PTHREAD | |||
| 1226 | VMLIMIT_OBJ | 1226 | VMLIMIT_OBJ |
| 1227 | GMALLOC_OBJ | 1227 | GMALLOC_OBJ |
| 1228 | HAVE_XSERVER | 1228 | HAVE_XSERVER |
| 1229 | W32_RES_LINK | ||
| 1230 | W32_RES | ||
| 1229 | W32_LIBS | 1231 | W32_LIBS |
| 1230 | W32_OBJ | 1232 | W32_OBJ |
| 1233 | WINDRES | ||
| 1231 | LIB_STANDARD | 1234 | LIB_STANDARD |
| 1232 | NS_OBJC_OBJ | 1235 | NS_OBJC_OBJ |
| 1233 | NS_OBJ | 1236 | NS_OBJ |
| @@ -1393,6 +1396,7 @@ with_gconf | |||
| 1393 | with_gsettings | 1396 | with_gsettings |
| 1394 | with_selinux | 1397 | with_selinux |
| 1395 | with_gnutls | 1398 | with_gnutls |
| 1399 | with_inotify | ||
| 1396 | with_makeinfo | 1400 | with_makeinfo |
| 1397 | with_compress_info | 1401 | with_compress_info |
| 1398 | with_pkg_config_prog | 1402 | with_pkg_config_prog |
| @@ -2115,6 +2119,7 @@ Optional Packages: | |||
| 2115 | --without-gsettings don't compile with GSettings support | 2119 | --without-gsettings don't compile with GSettings support |
| 2116 | --without-selinux don't compile with SELinux support | 2120 | --without-selinux don't compile with SELinux support |
| 2117 | --without-gnutls don't use -lgnutls for SSL/TLS support | 2121 | --without-gnutls don't use -lgnutls for SSL/TLS support |
| 2122 | --without-inotify don't compile with inotify (file-watch) support | ||
| 2118 | --without-makeinfo don't require makeinfo for building manuals | 2123 | --without-makeinfo don't require makeinfo for building manuals |
| 2119 | --without-compress-info don't compress the installed Info pages | 2124 | --without-compress-info don't compress the installed Info pages |
| 2120 | --with-pkg-config-prog=FILENAME | 2125 | --with-pkg-config-prog=FILENAME |
| @@ -4177,6 +4182,14 @@ else | |||
| 4177 | fi | 4182 | fi |
| 4178 | 4183 | ||
| 4179 | 4184 | ||
| 4185 | # Check whether --with-inotify was given. | ||
| 4186 | if test "${with_inotify+set}" = set; then : | ||
| 4187 | withval=$with_inotify; | ||
| 4188 | else | ||
| 4189 | with_inotify=$with_features | ||
| 4190 | fi | ||
| 4191 | |||
| 4192 | |||
| 4180 | ## For the times when you want to build Emacs but don't have | 4193 | ## For the times when you want to build Emacs but don't have |
| 4181 | ## a suitable makeinfo, and can live without the manuals. | 4194 | ## a suitable makeinfo, and can live without the manuals. |
| 4182 | 4195 | ||
| @@ -9683,6 +9696,8 @@ CPPFLAGS="$tmp_CPPFLAGS" | |||
| 9683 | HAVE_W32=no | 9696 | HAVE_W32=no |
| 9684 | W32_OBJ= | 9697 | W32_OBJ= |
| 9685 | W32_LIBS= | 9698 | W32_LIBS= |
| 9699 | W32_RES= | ||
| 9700 | W32_RES_LINK= | ||
| 9686 | if test "${with_w32}" != no; then | 9701 | if test "${with_w32}" != no; then |
| 9687 | if test "${opsys}" != "cygwin"; then | 9702 | if test "${opsys}" != "cygwin"; then |
| 9688 | as_fn_error "Using w32 with an autotools build is only supported for Cygwin." "$LINENO" 5 | 9703 | as_fn_error "Using w32 with an autotools build is only supported for Cygwin." "$LINENO" 5 |
| @@ -9699,14 +9714,112 @@ fi | |||
| 9699 | 9714 | ||
| 9700 | $as_echo "#define HAVE_NTGUI 1" >>confdefs.h | 9715 | $as_echo "#define HAVE_NTGUI 1" >>confdefs.h |
| 9701 | 9716 | ||
| 9717 | if test -n "$ac_tool_prefix"; then | ||
| 9718 | # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. | ||
| 9719 | set dummy ${ac_tool_prefix}windres; ac_word=$2 | ||
| 9720 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 9721 | $as_echo_n "checking for $ac_word... " >&6; } | ||
| 9722 | if test "${ac_cv_prog_WINDRES+set}" = set; then : | ||
| 9723 | $as_echo_n "(cached) " >&6 | ||
| 9724 | else | ||
| 9725 | if test -n "$WINDRES"; then | ||
| 9726 | ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test. | ||
| 9727 | else | ||
| 9728 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 9729 | for as_dir in $PATH | ||
| 9730 | do | ||
| 9731 | IFS=$as_save_IFS | ||
| 9732 | test -z "$as_dir" && as_dir=. | ||
| 9733 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 9734 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
| 9735 | ac_cv_prog_WINDRES="${ac_tool_prefix}windres" | ||
| 9736 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 9737 | break 2 | ||
| 9738 | fi | ||
| 9739 | done | ||
| 9740 | done | ||
| 9741 | IFS=$as_save_IFS | ||
| 9742 | |||
| 9743 | fi | ||
| 9744 | fi | ||
| 9745 | WINDRES=$ac_cv_prog_WINDRES | ||
| 9746 | if test -n "$WINDRES"; then | ||
| 9747 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5 | ||
| 9748 | $as_echo "$WINDRES" >&6; } | ||
| 9749 | else | ||
| 9750 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 9751 | $as_echo "no" >&6; } | ||
| 9752 | fi | ||
| 9753 | |||
| 9754 | |||
| 9755 | fi | ||
| 9756 | if test -z "$ac_cv_prog_WINDRES"; then | ||
| 9757 | ac_ct_WINDRES=$WINDRES | ||
| 9758 | # Extract the first word of "windres", so it can be a program name with args. | ||
| 9759 | set dummy windres; ac_word=$2 | ||
| 9760 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | ||
| 9761 | $as_echo_n "checking for $ac_word... " >&6; } | ||
| 9762 | if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then : | ||
| 9763 | $as_echo_n "(cached) " >&6 | ||
| 9764 | else | ||
| 9765 | if test -n "$ac_ct_WINDRES"; then | ||
| 9766 | ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test. | ||
| 9767 | else | ||
| 9768 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 9769 | for as_dir in $PATH | ||
| 9770 | do | ||
| 9771 | IFS=$as_save_IFS | ||
| 9772 | test -z "$as_dir" && as_dir=. | ||
| 9773 | for ac_exec_ext in '' $ac_executable_extensions; do | ||
| 9774 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | ||
| 9775 | ac_cv_prog_ac_ct_WINDRES="windres" | ||
| 9776 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||
| 9777 | break 2 | ||
| 9778 | fi | ||
| 9779 | done | ||
| 9780 | done | ||
| 9781 | IFS=$as_save_IFS | ||
| 9782 | |||
| 9783 | fi | ||
| 9784 | fi | ||
| 9785 | ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES | ||
| 9786 | if test -n "$ac_ct_WINDRES"; then | ||
| 9787 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5 | ||
| 9788 | $as_echo "$ac_ct_WINDRES" >&6; } | ||
| 9789 | else | ||
| 9790 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 9791 | $as_echo "no" >&6; } | ||
| 9792 | fi | ||
| 9793 | |||
| 9794 | if test "x$ac_ct_WINDRES" = x; then | ||
| 9795 | WINDRES="as_fn_error "No resource compiler found." "$LINENO" 5" | ||
| 9796 | else | ||
| 9797 | case $cross_compiling:$ac_tool_warned in | ||
| 9798 | yes:) | ||
| 9799 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | ||
| 9800 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | ||
| 9801 | ac_tool_warned=yes ;; | ||
| 9802 | esac | ||
| 9803 | WINDRES=$ac_ct_WINDRES | ||
| 9804 | fi | ||
| 9805 | else | ||
| 9806 | WINDRES="$ac_cv_prog_WINDRES" | ||
| 9807 | fi | ||
| 9808 | |||
| 9702 | W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o" | 9809 | W32_OBJ="w32fns.o w32menu.o w32reg.o w32font.o w32term.o" |
| 9703 | W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o" | 9810 | W32_OBJ="$W32_OBJ w32xfns.o w32select.o w32uniscribe.o" |
| 9704 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" | 9811 | W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32" |
| 9705 | W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" | 9812 | W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool" |
| 9813 | W32_RES="emacs.res" | ||
| 9814 | # Tell the linker that emacs.res is an object (which we compile from | ||
| 9815 | # the rc file), not a linker script. | ||
| 9816 | W32_RES_LINK="-Wl,-bpe-i386 -Wl,emacs.res" | ||
| 9706 | fi | 9817 | fi |
| 9707 | 9818 | ||
| 9708 | 9819 | ||
| 9709 | 9820 | ||
| 9821 | |||
| 9822 | |||
| 9710 | if test "${HAVE_W32}" = "yes"; then | 9823 | if test "${HAVE_W32}" = "yes"; then |
| 9711 | window_system=w32 | 9824 | window_system=w32 |
| 9712 | with_xft=no | 9825 | with_xft=no |
| @@ -11349,6 +11462,33 @@ fi | |||
| 11349 | 11462 | ||
| 11350 | 11463 | ||
| 11351 | 11464 | ||
| 11465 | if test "${with_inotify}" = "yes"; then | ||
| 11466 | for ac_header in sys/inotify.h | ||
| 11467 | do : | ||
| 11468 | ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" | ||
| 11469 | if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : | ||
| 11470 | cat >>confdefs.h <<_ACEOF | ||
| 11471 | #define HAVE_SYS_INOTIFY_H 1 | ||
| 11472 | _ACEOF | ||
| 11473 | |||
| 11474 | fi | ||
| 11475 | |||
| 11476 | done | ||
| 11477 | |||
| 11478 | if test "$ac_cv_header_sys_inotify_h" = yes ; then | ||
| 11479 | ac_fn_c_check_func "$LINENO" "inotify_init1" "ac_cv_func_inotify_init1" | ||
| 11480 | if test "x$ac_cv_func_inotify_init1" = x""yes; then : | ||
| 11481 | |||
| 11482 | fi | ||
| 11483 | |||
| 11484 | fi | ||
| 11485 | fi | ||
| 11486 | if test "$ac_cv_func_inotify_init1" = yes; then | ||
| 11487 | |||
| 11488 | $as_echo "#define HAVE_INOTIFY 1" >>confdefs.h | ||
| 11489 | |||
| 11490 | fi | ||
| 11491 | |||
| 11352 | HAVE_XAW3D=no | 11492 | HAVE_XAW3D=no |
| 11353 | LUCID_LIBW= | 11493 | LUCID_LIBW= |
| 11354 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | 11494 | if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then |