aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-12-11 06:17:38 -0500
committerGlenn Morris2012-12-11 06:17:38 -0500
commitb5eb356a94fc5832209754fbe436958cedd3e583 (patch)
tree955792d63f9d4a3e3f047ad7052b05f29c695503
parentc6afe371b0218154957bbef17c3f8bda5377b7c8 (diff)
downloademacs-b5eb356a94fc5832209754fbe436958cedd3e583.tar.gz
emacs-b5eb356a94fc5832209754fbe436958cedd3e583.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in3
-rw-r--r--autogen/config.in6
-rwxr-xr-xautogen/configure140
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@
775VMLIMIT_OBJ = @VMLIMIT_OBJ@ 775VMLIMIT_OBJ = @VMLIMIT_OBJ@
776W32_LIBS = @W32_LIBS@ 776W32_LIBS = @W32_LIBS@
777W32_OBJ = @W32_OBJ@ 777W32_OBJ = @W32_OBJ@
778W32_RES = @W32_RES@
779W32_RES_LINK = @W32_RES_LINK@
778WARN_CFLAGS = @WARN_CFLAGS@ 780WARN_CFLAGS = @WARN_CFLAGS@
779WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ 781WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
780WERROR_CFLAGS = @WERROR_CFLAGS@ 782WERROR_CFLAGS = @WERROR_CFLAGS@
@@ -782,6 +784,7 @@ WIDGET_OBJ = @WIDGET_OBJ@
782WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ 784WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
783WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ 785WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
784WINDOW_SYSTEM_OBJ = @WINDOW_SYSTEM_OBJ@ 786WINDOW_SYSTEM_OBJ = @WINDOW_SYSTEM_OBJ@
787WINDRES = @WINDRES@
785WINT_T_SUFFIX = @WINT_T_SUFFIX@ 788WINT_T_SUFFIX = @WINT_T_SUFFIX@
786XFT_CFLAGS = @XFT_CFLAGS@ 789XFT_CFLAGS = @XFT_CFLAGS@
787XFT_LIBS = @XFT_LIBS@ 790XFT_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
1226VMLIMIT_OBJ 1226VMLIMIT_OBJ
1227GMALLOC_OBJ 1227GMALLOC_OBJ
1228HAVE_XSERVER 1228HAVE_XSERVER
1229W32_RES_LINK
1230W32_RES
1229W32_LIBS 1231W32_LIBS
1230W32_OBJ 1232W32_OBJ
1233WINDRES
1231LIB_STANDARD 1234LIB_STANDARD
1232NS_OBJC_OBJ 1235NS_OBJC_OBJ
1233NS_OBJ 1236NS_OBJ
@@ -1393,6 +1396,7 @@ with_gconf
1393with_gsettings 1396with_gsettings
1394with_selinux 1397with_selinux
1395with_gnutls 1398with_gnutls
1399with_inotify
1396with_makeinfo 1400with_makeinfo
1397with_compress_info 1401with_compress_info
1398with_pkg_config_prog 1402with_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
4177fi 4182fi
4178 4183
4179 4184
4185# Check whether --with-inotify was given.
4186if test "${with_inotify+set}" = set; then :
4187 withval=$with_inotify;
4188else
4189 with_inotify=$with_features
4190fi
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"
9683HAVE_W32=no 9696HAVE_W32=no
9684W32_OBJ= 9697W32_OBJ=
9685W32_LIBS= 9698W32_LIBS=
9699W32_RES=
9700W32_RES_LINK=
9686if test "${with_w32}" != no; then 9701if 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.
9719set 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; }
9722if test "${ac_cv_prog_WINDRES+set}" = set; then :
9723 $as_echo_n "(cached) " >&6
9724else
9725 if test -n "$WINDRES"; then
9726 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9727else
9728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9729for as_dir in $PATH
9730do
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
9739done
9740 done
9741IFS=$as_save_IFS
9742
9743fi
9744fi
9745WINDRES=$ac_cv_prog_WINDRES
9746if test -n "$WINDRES"; then
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9748$as_echo "$WINDRES" >&6; }
9749else
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9751$as_echo "no" >&6; }
9752fi
9753
9754
9755fi
9756if 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.
9759set 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; }
9762if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then :
9763 $as_echo_n "(cached) " >&6
9764else
9765 if test -n "$ac_ct_WINDRES"; then
9766 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
9767else
9768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9769for as_dir in $PATH
9770do
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
9779done
9780 done
9781IFS=$as_save_IFS
9782
9783fi
9784fi
9785ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
9786if 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; }
9789else
9790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9791$as_echo "no" >&6; }
9792fi
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
9798yes:)
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;}
9801ac_tool_warned=yes ;;
9802esac
9803 WINDRES=$ac_ct_WINDRES
9804 fi
9805else
9806 WINDRES="$ac_cv_prog_WINDRES"
9807fi
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"
9706fi 9817fi
9707 9818
9708 9819
9709 9820
9821
9822
9710if test "${HAVE_W32}" = "yes"; then 9823if 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
11465if test "${with_inotify}" = "yes"; then
11466 for ac_header in sys/inotify.h
11467do :
11468 ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
11469if 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
11474fi
11475
11476done
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"
11480if test "x$ac_cv_func_inotify_init1" = x""yes; then :
11481
11482fi
11483
11484 fi
11485fi
11486if test "$ac_cv_func_inotify_init1" = yes; then
11487
11488$as_echo "#define HAVE_INOTIFY 1" >>confdefs.h
11489
11490fi
11491
11352HAVE_XAW3D=no 11492HAVE_XAW3D=no
11353LUCID_LIBW= 11493LUCID_LIBW=
11354if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 11494if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then