define ORBIT_IDL and IDL flags so gnome-settings-daemon will build
2002-03-10 Havoc Pennington <hp@pobox.com> * configure.in (ORBIT_IDL): define ORBIT_IDL and IDL flags so gnome-settings-daemon will build
This commit is contained in:
parent
024ad269ad
commit
fb48a0c4e5
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-10 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in (ORBIT_IDL): define ORBIT_IDL and IDL flags so
|
||||
gnome-settings-daemon will build
|
||||
|
||||
2002-03-08 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* RELEASE: 1.99.4
|
||||
|
|
|
@ -120,6 +120,15 @@ AC_SUBST(GCONF_CONFIG_SOURCE)
|
|||
AC_SUBST(INSTALL_GCONF_CONFIG_SOURCE)
|
||||
|
||||
|
||||
ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
|
||||
AC_SUBST(ORBIT_IDL)
|
||||
|
||||
LIBBONOBO_IDL_DIR="`$PKG_CONFIG --variable=idldir libbonobo-2.0`"
|
||||
AC_SUBST(LIBBONOBO_IDL_DIR)
|
||||
|
||||
BONOBO_ACTIVATION_IDL_DIR="`$PKG_CONFIG --variable=idldir bonobo-activation-2.0`"
|
||||
AC_SUBST(BONOBO_ACTIVATION_IDL_DIR)
|
||||
|
||||
|
||||
dnl ==============================================
|
||||
dnl Define the directories
|
||||
|
|
Loading…
Add table
Reference in a new issue