Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit.
1998-11-12 Andrew T. Veliath <andrewv@usa.net> * acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit. * Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL. * configure.in: The ORBit AM_CONDITIONAL is now in gnome-orbit-check.m4 as HAVE_ORBIT.
This commit is contained in:
parent
e50f5e9daf
commit
9c1c167ce5
3 changed files with 0 additions and 10 deletions
|
@ -1,10 +1,8 @@
|
|||
if ORBIT_INSTALLED
|
||||
control_center = control-center
|
||||
capplets = capplets
|
||||
panel = panel
|
||||
applets = applets
|
||||
idl = idl
|
||||
endif
|
||||
|
||||
always_built_SUBDIRS = \
|
||||
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
#undef HAVE_LIBSM
|
||||
#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
|
||||
#undef HAVE_PROGRAM_INVOCATION_NAME
|
||||
#undef HAVE_ORBIT
|
||||
#undef HAVE_MICO_ORB_RUN
|
||||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
|
|
|
@ -60,12 +60,6 @@ for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
|
|||
fi
|
||||
done
|
||||
|
||||
dnl
|
||||
dnl ORBit checks
|
||||
dnl
|
||||
GNOME_ORBIT_HOOK([have_orbit=true],[])
|
||||
AM_CONDITIONAL(ORBIT_INSTALLED, test x$have_orbit = xtrue)
|
||||
|
||||
ORB_LIBS="$ORBIT_LIBS"
|
||||
ORB_CFLAGS="$ORBIT_CFLAGS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue