emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106540: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106540: Auto-commit of generated files.
Date: Mon, 28 Nov 2011 06:18:31 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106540
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-28 06:18:31 -0500
message:
  Auto-commit of generated files.
modified:
  autogen/config.in
  autogen/configure
=== modified file 'autogen/config.in'
--- a/autogen/config.in 2011-11-24 11:19:06 +0000
+++ b/autogen/config.in 2011-11-28 11:18:31 +0000
@@ -351,6 +351,9 @@
 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
 
+/* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
+#undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
+
 /* Define to 1 if you have the `g_type_init' function. */
 #undef HAVE_G_TYPE_INIT
 

=== modified file 'autogen/configure'
--- a/autogen/configure 2011-11-22 11:20:22 +0000
+++ b/autogen/configure 2011-11-28 11:18:31 +0000
@@ -11217,7 +11217,8 @@
     for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
                  gtk_dialog_get_action_area gtk_widget_get_sensitive \
                  gtk_widget_get_mapped gtk_adjustment_get_page_size \
-                 gtk_orientable_set_orientation
+                 gtk_orientable_set_orientation \
+                gtk_window_set_has_resize_grip
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -11230,7 +11231,6 @@
 fi
 done
 
-
 fi
 
 HAVE_DBUS=no


reply via email to

[Prev in Thread] Current Thread [Next in Thread]