remove unused --enable-gconf-source option - it sets the
2006-01-03 Mark McLoughlin <mark@skynet.ie> * configure.in: remove unused --enable-gconf-source option - it sets the GCONF_CONFIG_SOURCE variable which isn't used and AM_GCONF_SOURCE_2 does the job it's trying to do
This commit is contained in:
parent
d7dabc81ad
commit
e792de8a73
2 changed files with 7 additions and 14 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-01-03 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* configure.in: remove unused --enable-gconf-source
|
||||||
|
option - it sets the GCONF_CONFIG_SOURCE variable
|
||||||
|
which isn't used and AM_GCONF_SOURCE_2 does the job
|
||||||
|
it's trying to do
|
||||||
|
|
||||||
2006-01-03 Jens Granseuer <jensgr@gmx.net>
|
2006-01-03 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Fixes #321779
|
Fixes #321779
|
||||||
|
|
14
configure.in
14
configure.in
|
@ -523,20 +523,6 @@ dnl ==============================================
|
||||||
dnl End: Define the main variables
|
dnl End: Define the main variables
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
||||||
GCONF_CONFIG_SOURCE=
|
|
||||||
AC_ARG_ENABLE(gconf-source,
|
|
||||||
AC_HELP_STRING([--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::\${DESTDIR}\${sysconfdir}/gconf/gconf.xml.defaults"
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_SUBST(GCONF_CONFIG_SOURCE)
|
|
||||||
AC_SUBST(INSTALL_GCONF_CONFIG_SOURCE)
|
|
||||||
|
|
||||||
|
|
||||||
ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
|
ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
|
||||||
AC_SUBST(ORBIT_IDL)
|
AC_SUBST(ORBIT_IDL)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue