aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-11-28 06:18:31 -0500
committerGlenn Morris2011-11-28 06:18:31 -0500
commite15c184e28bb8d59cafe13a4eb8a303c8536aef1 (patch)
treed0f8b1edfa10a2db8ed2af6ca4f2bb91dca5b6f1
parent6d262977547380660c45e486cb5e537301740059 (diff)
downloademacs-e15c184e28bb8d59cafe13a4eb8a303c8536aef1.tar.gz
emacs-e15c184e28bb8d59cafe13a4eb8a303c8536aef1.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure4
2 files changed, 5 insertions, 2 deletions
diff --git a/autogen/config.in b/autogen/config.in
index 083c1a5b760..fde44761db4 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -351,6 +351,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
351/* Define to 1 if you have the `gtk_widget_set_has_window' function. */ 351/* Define to 1 if you have the `gtk_widget_set_has_window' function. */
352#undef HAVE_GTK_WIDGET_SET_HAS_WINDOW 352#undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
353 353
354/* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
355#undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
356
354/* Define to 1 if you have the `g_type_init' function. */ 357/* Define to 1 if you have the `g_type_init' function. */
355#undef HAVE_G_TYPE_INIT 358#undef HAVE_G_TYPE_INIT
356 359
diff --git a/autogen/configure b/autogen/configure
index 937e4649e50..507ade74f01 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -11217,7 +11217,8 @@ done
11217 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \ 11217 for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
11218 gtk_dialog_get_action_area gtk_widget_get_sensitive \ 11218 gtk_dialog_get_action_area gtk_widget_get_sensitive \
11219 gtk_widget_get_mapped gtk_adjustment_get_page_size \ 11219 gtk_widget_get_mapped gtk_adjustment_get_page_size \
11220 gtk_orientable_set_orientation 11220 gtk_orientable_set_orientation \
11221 gtk_window_set_has_resize_grip
11221do : 11222do :
11222 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11223 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11223ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11224ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -11230,7 +11231,6 @@ _ACEOF
11230fi 11231fi
11231done 11232done
11232 11233
11233
11234fi 11234fi
11235 11235
11236HAVE_DBUS=no 11236HAVE_DBUS=no