Add special gconf defines (gconftool, etc).
2001-12-08 Richard Hestilow <hestilow@ximian.com> * configure.in: Add special gconf defines (gconftool, etc).
This commit is contained in:
parent
770968fa25
commit
a9a9c66916
2 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-12-08 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* configure.in: Add special gconf defines (gconftool, etc).
|
||||
|
||||
2001-12-01 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* configure.in: Add libsounds stuff.
|
||||
|
|
20
configure.in
20
configure.in
|
@ -67,10 +67,30 @@ AC_SUBST(PERL)
|
|||
|
||||
AC_SUBST(SCREENSAVER)
|
||||
|
||||
AC_PATH_PROG(GCONFTOOL, gconftool-2)
|
||||
|
||||
dnl ==============================================
|
||||
dnl End: Check that we meet the dependencies
|
||||
dnl ==============================================
|
||||
|
||||
dnl ==============================================
|
||||
dnl Special GConf section
|
||||
dnl ==============================================
|
||||
|
||||
dnl Specify the gconf configuration source,
|
||||
dnl default to xml::$(sysconfdir)/gconf/gconf.xml.defaults
|
||||
|
||||
GCONF_CONFIG_SOURCE=
|
||||
AC_ARG_ENABLE(gconf-source, [ --enable-gconf-source=sourceaddress Where to install schema files.],GCONF_CONFIG_SOURCE=$enable_gconf_source,)
|
||||
|
||||
if test "x$GCONF_CONFIG_SOURCE" = "x"; then
|
||||
GCONF_CONFIG_SOURCE="xml::\${sysconfdir}/gconf/gconf.xml.defaults"
|
||||
fi
|
||||
|
||||
AC_SUBST(GCONF_CONFIG_SOURCE)
|
||||
AC_SUBST(INSTALL_GCONF_CONFIG_SOURCE)
|
||||
|
||||
|
||||
|
||||
dnl ==============================================
|
||||
dnl Define the main variables
|
||||
|
|
Loading…
Add table
Reference in a new issue