[maemo-commits] [maemo-commits] r14862 - projects/haf/trunk/maemo-launcher
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 4 20:14:17 EET 2007
- Previous message: [maemo-commits] r14861 - in projects/haf/trunk/maemo-launcher: . debian
- Next message: [maemo-commits] r14863 - in projects/haf/trunk/dpkg: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2007-12-04 20:14:06 +0200 (Tue, 04 Dec 2007) New Revision: 14862 Modified: projects/haf/trunk/maemo-launcher/ChangeLog projects/haf/trunk/maemo-launcher/configure.ac Log: Do not mark variables already marked for substitution by pkg-config Modified: projects/haf/trunk/maemo-launcher/ChangeLog =================================================================== --- projects/haf/trunk/maemo-launcher/ChangeLog 2007-12-04 18:08:24 UTC (rev 14861) +++ projects/haf/trunk/maemo-launcher/ChangeLog 2007-12-04 18:14:06 UTC (rev 14862) @@ -1,5 +1,10 @@ 2007-12-04 Guillem Jover <guillem.jover at nokia.com> + * configure.ac (DBUS_CFLAGS, DBUS_LIBS, CLIENT_CFLAGS, CLIENT_LIBS) + (BOOSTER_GTK_CFLAGS, BOOSTER_GTK_LIBS): Remove redundant variables. + +2007-12-04 Guillem Jover <guillem.jover at nokia.com> + * configure.ac: Bump version to 0.27~. 2007-10-03 Guillem Jover <guillem.jover at nokia.com> Modified: projects/haf/trunk/maemo-launcher/configure.ac =================================================================== --- projects/haf/trunk/maemo-launcher/configure.ac 2007-12-04 18:08:24 UTC (rev 14861) +++ projects/haf/trunk/maemo-launcher/configure.ac 2007-12-04 18:14:06 UTC (rev 14862) @@ -46,9 +46,6 @@ $DBUS_DEPENDS ]) -AC_SUBST([DBUS_CFLAGS]) -AC_SUBST([DBUS_LIBS]) - # # Booster modules section # @@ -91,9 +88,6 @@ $BOOSTER_GTK_DEPENDS ]) -AC_SUBST([BOOSTER_GTK_CFLAGS]) -AC_SUBST([BOOSTER_GTK_LIBS]) - # # Test client program # @@ -128,9 +122,6 @@ $HILDON_DEPENDS ]) -AC_SUBST([CLIENT_CFLAGS]) -AC_SUBST([CLIENT_LIBS]) - fi AC_CONFIG_FILES([
- Previous message: [maemo-commits] r14861 - in projects/haf/trunk/maemo-launcher: . debian
- Next message: [maemo-commits] r14863 - in projects/haf/trunk/dpkg: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]