diff options
| author | Glenn Morris | 2012-12-31 06:17:37 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-12-31 06:17:37 -0500 |
| commit | 4efe5ef999844143c9a366358204fdb730e6a5f2 (patch) | |
| tree | 1b389e096b743b6349544bdd80889b499f027380 | |
| parent | 96c052a5d18024d3ccbd9509631a70314397c050 (diff) | |
| download | emacs-4efe5ef999844143c9a366358204fdb730e6a5f2.tar.gz emacs-4efe5ef999844143c9a366358204fdb730e6a5f2.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 | ||||
| -rw-r--r-- | autogen/config.in | 6 | ||||
| -rwxr-xr-x | autogen/configure | 69 |
3 files changed, 69 insertions, 8 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 8c93ab869a0..168883bb656 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -561,6 +561,7 @@ LIBRESOLV = @LIBRESOLV@ | |||
| 561 | LIBS = @LIBS@ | 561 | LIBS = @LIBS@ |
| 562 | LIBSELINUX_LIBS = @LIBSELINUX_LIBS@ | 562 | LIBSELINUX_LIBS = @LIBSELINUX_LIBS@ |
| 563 | LIBSOUND = @LIBSOUND@ | 563 | LIBSOUND = @LIBSOUND@ |
| 564 | LIBS_GNUSTEP = @LIBS_GNUSTEP@ | ||
| 564 | LIBS_MAIL = @LIBS_MAIL@ | 565 | LIBS_MAIL = @LIBS_MAIL@ |
| 565 | LIBS_SYSTEM = @LIBS_SYSTEM@ | 566 | LIBS_SYSTEM = @LIBS_SYSTEM@ |
| 566 | LIBS_TERMCAP = @LIBS_TERMCAP@ | 567 | LIBS_TERMCAP = @LIBS_TERMCAP@ |
| @@ -763,7 +764,6 @@ STDINT_H = @STDINT_H@ | |||
| 763 | STRIP = @STRIP@ | 764 | STRIP = @STRIP@ |
| 764 | SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@ | 765 | SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@ |
| 765 | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ | 766 | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ |
| 766 | TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@ | ||
| 767 | TERMCAP_OBJ = @TERMCAP_OBJ@ | 767 | TERMCAP_OBJ = @TERMCAP_OBJ@ |
| 768 | TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ | 768 | TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ |
| 769 | TOOLKIT_LIBW = @TOOLKIT_LIBW@ | 769 | TOOLKIT_LIBW = @TOOLKIT_LIBW@ |
diff --git a/autogen/config.in b/autogen/config.in index b05dbbdc5ba..df47c16a348 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -479,12 +479,18 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 479 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ | 479 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ |
| 480 | #undef HAVE_GTK_FILE_SELECTION_NEW | 480 | #undef HAVE_GTK_FILE_SELECTION_NEW |
| 481 | 481 | ||
| 482 | /* Define to 1 if you have the `gtk_handle_box_new' function. */ | ||
| 483 | #undef HAVE_GTK_HANDLE_BOX_NEW | ||
| 484 | |||
| 482 | /* Define to 1 if you have the `gtk_main' function. */ | 485 | /* Define to 1 if you have the `gtk_main' function. */ |
| 483 | #undef HAVE_GTK_MAIN | 486 | #undef HAVE_GTK_MAIN |
| 484 | 487 | ||
| 485 | /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ | 488 | /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ |
| 486 | #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION | 489 | #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION |
| 487 | 490 | ||
| 491 | /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */ | ||
| 492 | #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW | ||
| 493 | |||
| 488 | /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ | 494 | /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ |
| 489 | #undef HAVE_GTK_WIDGET_GET_MAPPED | 495 | #undef HAVE_GTK_WIDGET_GET_MAPPED |
| 490 | 496 | ||
diff --git a/autogen/configure b/autogen/configure index d63c16bb528..a37c2af83e5 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1237,7 +1237,7 @@ NS_OBJC_OBJ | |||
| 1237 | NS_OBJ | 1237 | NS_OBJ |
| 1238 | ns_self_contained | 1238 | ns_self_contained |
| 1239 | INSTALL_ARCH_INDEP_EXTRA | 1239 | INSTALL_ARCH_INDEP_EXTRA |
| 1240 | TEMACS_LDFLAGS2 | 1240 | LIBS_GNUSTEP |
| 1241 | LD_SWITCH_X_SITE_RPATH | 1241 | LD_SWITCH_X_SITE_RPATH |
| 1242 | XMKMF | 1242 | XMKMF |
| 1243 | DEPFLAGS | 1243 | DEPFLAGS |
| @@ -1411,6 +1411,7 @@ enable_checking | |||
| 1411 | enable_check_lisp_object_type | 1411 | enable_check_lisp_object_type |
| 1412 | enable_profiling | 1412 | enable_profiling |
| 1413 | enable_autodepend | 1413 | enable_autodepend |
| 1414 | enable_gtk_deprecation_warnings | ||
| 1414 | enable_dependency_tracking | 1415 | enable_dependency_tracking |
| 1415 | enable_largefile | 1416 | enable_largefile |
| 1416 | enable_gcc_warnings | 1417 | enable_gcc_warnings |
| @@ -2070,6 +2071,8 @@ Optional Features: | |||
| 2070 | --enable-autodepend automatically generate dependencies to .h-files. | 2071 | --enable-autodepend automatically generate dependencies to .h-files. |
| 2071 | Requires GNU Make and Gcc. Enabled if GNU Make and | 2072 | Requires GNU Make and Gcc. Enabled if GNU Make and |
| 2072 | Gcc is found | 2073 | Gcc is found |
| 2074 | --enable-gtk-deprecation-warnings | ||
| 2075 | Show Gtk+/Gdk deprecation warnings for Gtk+ >= 3.0 | ||
| 2073 | --disable-dependency-tracking speeds up one-time build | 2076 | --disable-dependency-tracking speeds up one-time build |
| 2074 | --enable-dependency-tracking do not reject slow dependency extractors | 2077 | --enable-dependency-tracking do not reject slow dependency extractors |
| 2075 | --disable-largefile omit support for large files | 2078 | --disable-largefile omit support for large files |
| @@ -4396,6 +4399,12 @@ else | |||
| 4396 | fi | 4399 | fi |
| 4397 | 4400 | ||
| 4398 | 4401 | ||
| 4402 | # Check whether --enable-gtk-deprecation-warnings was given. | ||
| 4403 | if test "${enable_gtk_deprecation_warnings+set}" = set; then : | ||
| 4404 | enableval=$enable_gtk_deprecation_warnings; ac_enable_gtk_deprecation_warnings="${enableval}" | ||
| 4405 | fi | ||
| 4406 | |||
| 4407 | |||
| 4399 | #### Make srcdir absolute, if it isn't already. It's important to | 4408 | #### Make srcdir absolute, if it isn't already. It's important to |
| 4400 | #### avoid running the file name through pwd unnecessarily, since pwd can | 4409 | #### avoid running the file name through pwd unnecessarily, since pwd can |
| 4401 | #### give you automounter prefixes, which can go away. We do all this | 4410 | #### give you automounter prefixes, which can go away. We do all this |
| @@ -9511,8 +9520,8 @@ tmp_CPPFLAGS="$CPPFLAGS" | |||
| 9511 | tmp_CFLAGS="$CFLAGS" | 9520 | tmp_CFLAGS="$CFLAGS" |
| 9512 | CPPFLAGS="$CPPFLAGS -x objective-c" | 9521 | CPPFLAGS="$CPPFLAGS -x objective-c" |
| 9513 | CFLAGS="$CFLAGS -x objective-c" | 9522 | CFLAGS="$CFLAGS -x objective-c" |
| 9514 | TEMACS_LDFLAGS2="\${LDFLAGS}" | ||
| 9515 | GNU_OBJC_CFLAGS= | 9523 | GNU_OBJC_CFLAGS= |
| 9524 | LIBS_GNUSTEP= | ||
| 9516 | if test "${with_ns}" != no; then | 9525 | if test "${with_ns}" != no; then |
| 9517 | if test "${opsys}" = darwin; then | 9526 | if test "${opsys}" = darwin; then |
| 9518 | NS_IMPL_COCOA=yes | 9527 | NS_IMPL_COCOA=yes |
| @@ -9537,9 +9546,9 @@ if test "${with_ns}" != no; then | |||
| 9537 | CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" | 9546 | CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" |
| 9538 | CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" | 9547 | CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" |
| 9539 | LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}" | 9548 | LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}" |
| 9549 | LIBS_GNUSTEP="-lgnustep-gui -lgnustep-base -lobjc -lpthread" | ||
| 9540 | LIB_STANDARD= | 9550 | LIB_STANDARD= |
| 9541 | START_FILES= | 9551 | START_FILES= |
| 9542 | TEMACS_LDFLAGS2= | ||
| 9543 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS" >&5 | 9552 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS" >&5 |
| 9544 | $as_echo_n "checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS... " >&6; } | 9553 | $as_echo_n "checking if GNUstep defines BASE_NATIVE_OBJC_EXCEPTIONS... " >&6; } |
| 9545 | if test "${emacs_cv_objc_exceptions+set}" = set; then : | 9554 | if test "${emacs_cv_objc_exceptions+set}" = set; then : |
| @@ -10854,6 +10863,9 @@ $as_echo "#define HAVE_GTK3 1" >>confdefs.h | |||
| 10854 | GTK_OBJ=emacsgtkfixed.o | 10863 | GTK_OBJ=emacsgtkfixed.o |
| 10855 | term_header=gtkutil.h | 10864 | term_header=gtkutil.h |
| 10856 | USE_GTK_TOOLKIT="GTK3" | 10865 | USE_GTK_TOOLKIT="GTK3" |
| 10866 | if test "x$ac_enable_gtk_deprecation_warnings" = x; then | ||
| 10867 | GTK_CFLAGS="$GTK_CFLAGS -DGDK_DISABLE_DEPRECATION_WARNINGS" | ||
| 10868 | fi | ||
| 10857 | else | 10869 | else |
| 10858 | check_gtk2=yes | 10870 | check_gtk2=yes |
| 10859 | gtk3_pkg_errors="$GTK_PKG_ERRORS " | 10871 | gtk3_pkg_errors="$GTK_PKG_ERRORS " |
| @@ -11003,6 +11015,53 @@ done | |||
| 11003 | 11015 | ||
| 11004 | fi | 11016 | fi |
| 11005 | 11017 | ||
| 11018 | HAVE_GTK_HANDLE_BOX=no | ||
| 11019 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_HANDLE_BOX" "ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" "$ac_includes_default | ||
| 11020 | #include <gtk/gtk.h> | ||
| 11021 | " | ||
| 11022 | if test "x$ac_cv_have_decl_GTK_TYPE_HANDLE_BOX" = x""yes; then : | ||
| 11023 | HAVE_GTK_HANDLE_BOX=yes | ||
| 11024 | else | ||
| 11025 | HAVE_GTK_HANDLE_BOX=no | ||
| 11026 | fi | ||
| 11027 | |||
| 11028 | if test "$HAVE_GTK_HANDLE_BOX" = yes; then | ||
| 11029 | for ac_func in gtk_handle_box_new | ||
| 11030 | do : | ||
| 11031 | ac_fn_c_check_func "$LINENO" "gtk_handle_box_new" "ac_cv_func_gtk_handle_box_new" | ||
| 11032 | if test "x$ac_cv_func_gtk_handle_box_new" = x""yes; then : | ||
| 11033 | cat >>confdefs.h <<_ACEOF | ||
| 11034 | #define HAVE_GTK_HANDLE_BOX_NEW 1 | ||
| 11035 | _ACEOF | ||
| 11036 | |||
| 11037 | fi | ||
| 11038 | done | ||
| 11039 | |||
| 11040 | fi | ||
| 11041 | |||
| 11042 | HAVE_GTK_TEAROFF_MENU_ITEM=no | ||
| 11043 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_TEAROFF_MENU_ITEM" "ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" "$ac_includes_default | ||
| 11044 | #include <gtk/gtk.h> | ||
| 11045 | " | ||
| 11046 | if test "x$ac_cv_have_decl_GTK_TYPE_TEAROFF_MENU_ITEM" = x""yes; then : | ||
| 11047 | HAVE_GTK_TEAROFF_MENU_ITEM=yes | ||
| 11048 | else | ||
| 11049 | HAVE_GTK_TEAROFF_MENU_ITEM=no | ||
| 11050 | fi | ||
| 11051 | |||
| 11052 | if test "$HAVE_GTK_TEAROFF_MENU_ITEM" = yes; then | ||
| 11053 | for ac_func in gtk_tearoff_menu_item_new | ||
| 11054 | do : | ||
| 11055 | ac_fn_c_check_func "$LINENO" "gtk_tearoff_menu_item_new" "ac_cv_func_gtk_tearoff_menu_item_new" | ||
| 11056 | if test "x$ac_cv_func_gtk_tearoff_menu_item_new" = x""yes; then : | ||
| 11057 | cat >>confdefs.h <<_ACEOF | ||
| 11058 | #define HAVE_GTK_TEAROFF_MENU_ITEM_NEW 1 | ||
| 11059 | _ACEOF | ||
| 11060 | |||
| 11061 | fi | ||
| 11062 | done | ||
| 11063 | |||
| 11064 | fi | ||
| 11006 | 11065 | ||
| 11007 | for ac_func in gtk_widget_get_window gtk_widget_set_has_window \ | 11066 | for ac_func in gtk_widget_get_window gtk_widget_set_has_window \ |
| 11008 | gtk_dialog_get_action_area gtk_widget_get_sensitive \ | 11067 | gtk_dialog_get_action_area gtk_widget_get_sensitive \ |
| @@ -25786,10 +25845,6 @@ case "$opsys" in | |||
| 25786 | *) LD_SWITCH_SYSTEM_TEMACS= ;; | 25845 | *) LD_SWITCH_SYSTEM_TEMACS= ;; |
| 25787 | esac | 25846 | esac |
| 25788 | 25847 | ||
| 25789 | if test "$NS_IMPL_GNUSTEP" = "yes"; then | ||
| 25790 | LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES} -lgnustep-gui -lgnustep-base -lobjc -lpthread" | ||
| 25791 | fi | ||
| 25792 | |||
| 25793 | 25848 | ||
| 25794 | 25849 | ||
| 25795 | 25850 | ||