Use control-center-2 for data directory

2002-01-14  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (INSTALL_GCONF_CONFIG_SOURCE): Use control-center-2
	for data directory
This commit is contained in:
Bradford Hovinen 2002-01-14 20:54:10 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 4ca796c91e
commit 48f2f6eea0
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
* configure.in (INSTALL_GCONF_CONFIG_SOURCE): Use control-center-2
for data directory
Tue Jan 8 15:00:27 2002 Jonathan Blandford <jrb@redhat.com> Tue Jan 8 15:00:27 2002 Jonathan Blandford <jrb@redhat.com>
* configure.in (XF86MISC_LIBS): we now depend on esound. * configure.in (XF86MISC_LIBS): we now depend on esound.

View file

@ -122,14 +122,14 @@ else
real_prefix=${prefix} real_prefix=${prefix}
fi fi
AC_DEFINE_UNQUOTED(GNOMECC_DATA_DIR, "${real_prefix}/share/${PACKAGE}") AC_DEFINE_UNQUOTED(GNOMECC_DATA_DIR, "${real_prefix}/share/${PACKAGE}-2")
GNOMECC_ICONS_DIR=""${datadir}/${PACKAGE}/icons"" GNOMECC_ICONS_DIR=""${datadir}/${PACKAGE}-2/icons""
AC_SUBST(GNOMECC_ICONS_DIR) AC_SUBST(GNOMECC_ICONS_DIR)
GNOMECC_DESKTOP_DIR=""${datadir}/${PACKAGE}/capplets"" GNOMECC_DESKTOP_DIR=""${datadir}/${PACKAGE}-2/capplets""
AC_SUBST(GNOMECC_DESKTOP_DIR) AC_SUBST(GNOMECC_DESKTOP_DIR)
GNOMECC_GLADE_DIR=""${datadir}/${PACKAGE}/interfaces"" GNOMECC_GLADE_DIR=""${datadir}/${PACKAGE}-2/interfaces""
AC_SUBST(GNOMECC_GLADE_DIR) AC_SUBST(GNOMECC_GLADE_DIR)
GNOMECC_PIXMAPS_DIR=""${datadir}/${PACKAGE}/pixmaps"" GNOMECC_PIXMAPS_DIR=""${datadir}/${PACKAGE}-2/pixmaps""
AC_SUBST(GNOMECC_PIXMAPS_DIR) AC_SUBST(GNOMECC_PIXMAPS_DIR)
dnl ============================================== dnl ==============================================
dnl End: Define the directories dnl End: Define the directories