gnome-desktop r5456 - trunk
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-desktop r5456 - trunk
- Date: Fri, 27 Mar 2009 19:31:16 +0000 (UTC)
Author: vuntz
Date: Fri Mar 27 19:31:16 2009
New Revision: 5456
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5456&view=rev
Log:
2009-03-27 Vincent Untz <vuntz gnome org>
* configure.in: remove --with-kde-datadir configure option. It's
useless since 2.25 (when some API got removed).
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Mar 27 19:31:16 2009
@@ -148,23 +148,6 @@
AM_GLIB_GNU_GETTEXT
-dnl Place to look for KDE menus
-
-AC_ARG_WITH(kde-datadir, [ --with-kde-datadir=DIR Location of KDE data])
-
-if test "x$with_kde_datadir" = x ; then
- kde_datadir=/usr/share
-else
- kde_datadir=$with_kde_datadir
-fi
-
-AC_DEFINE_UNQUOTED(KDE_MENUDIR, "$kde_datadir/applnk",
- [The KDE menu directory])
-AC_DEFINE_UNQUOTED(KDE_ICONDIR, "$kde_datadir/icons",
- [The KDE icon directory])
-AC_DEFINE_UNQUOTED(KDE_MINI_ICONDIR, "$kde_datadir/icons/mini",
- [The KDE mini icon directory])
-
dnl Don't use AC_PROG_AWK since we need the full pathname.
AC_PATH_PROGS(AWK, mawk gawk nawk awk, )
AC_PATH_PROGS(PERL, perl5 perl)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]