summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-03-27 19:31:16 +0000
committerVincent Untz <vuntz@src.gnome.org>2009-03-27 19:31:16 +0000
commitb2666a037b62228636ecc932d5f5e40226032982 (patch)
tree0c032a2eca61286a05bbda9a51cea05cf4f936ae
parentedcb820d934618553c0508cb9c1ea03c0deca9ca (diff)
downloadgnome-desktop-b2666a037b62228636ecc932d5f5e40226032982.tar.gz
remove --with-kde-datadir configure option. It's useless since 2.25 (when
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). svn path=/trunk/; revision=5456
-rw-r--r--ChangeLog5
-rw-r--r--configure.in17
2 files changed, 5 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index c9b05eef..5e77f297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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).
+
+2009-03-27 Vincent Untz <vuntz@gnome.org>
+
* configure.in:
* gnome-version.xml.in.in: add a --disable-date-in-gnome-version
configure option to not put the build date in gnome-version.xml. The
diff --git a/configure.in b/configure.in
index 50550c0b..f4dc1921 100644
--- a/configure.in
+++ b/configure.in
@@ -148,23 +148,6 @@ AC_SUBST(GETTEXT_PACKAGE)
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)