[Xfce4-commits] <xfce4-notifyd:master> Drop AC_PROG_LIBTOOL (bug #6920).

Jérôme Guelfucci noreply at xfce.org
Sat Jan 12 11:00:01 CET 2013


Updating branch refs/heads/master
         to 03e18b4a8bf1feb21ef55750c26610724bc59094 (commit)
       from 4c91ffd263f00e8063e7b59b33055ed347445c3a (commit)

commit 03e18b4a8bf1feb21ef55750c26610724bc59094
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon Dec 10 12:08:18 2012 +0100

    Drop AC_PROG_LIBTOOL (bug #6920).

 NEWS            |    9 ++++++++-
 configure.ac.in |    3 ++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 743b4b8..fd5d2eb 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,15 @@
 
 Version 0.2.3git:
 
-    * Fix notifications not disappearing after clicking an action button.
+  Features:
     * Add a category to the settings dialog for Xfce4 Settings Manager.
+    * Add widget names to summary ("summary") and body ("body") widgets
+      to allow easier theming. Remove the redundant / buggy summary-bold
+      style property (bug #8431).
+      Themes will have to be updated accordingly.
+
+  Bugs fixed:
+    * Fix notifications not disappearing after clicking an action button.
     * Handle timeout correctly when smaller than fading time (bug #8580).
     * Parse body with g_markup_escape_text which allows us to handle
       span attributes missused by some clients and to parse strings with
diff --git a/configure.ac.in b/configure.ac.in
index 26f17d1..a4f32d8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -45,7 +45,8 @@ AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl check for standard header files
 AC_HEADER_STDC()


More information about the Xfce4-commits mailing list