removed support for mico and related sources
Fri Sep 04 00:07:08 1998 George Lebl <jirka@5z.com> * configure.in,Makefile.am,po/POTFILES.in: removed support for mico and related sources Fri Sep 04 00:08:28 1998 George Lebl <jirka@5z.com> * mico-*.(h|cc),applet-lib.cc: removed * orbit-glue.h: replaces mico-glue.h * Makefile.am: removed support for mico I hope I got all the automake stuff right ... but anyway .. mico support is out (it didn't really compile too well lately anyway, and it had bugs that had been fixed in the orbit files ... etc ... it wasn't worth maintaining) ... now it's much nicer ... and no more C++ -George
This commit is contained in:
parent
9dec6f0752
commit
993d9ef3e3
4 changed files with 13 additions and 63 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 04 00:07:08 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* configure.in,Makefile.am,po/POTFILES.in: removed support for
|
||||
mico and related sources
|
||||
|
||||
Wed Sep 02 23:18:00 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* pixmaps/Makefile.am: install tiles into a separate directory,
|
||||
|
|
|
@ -5,15 +5,18 @@ endif
|
|||
if ORBIT_INSTALLED
|
||||
control_center = control-center
|
||||
capplets = capplets
|
||||
panel = panel
|
||||
applets = applets
|
||||
endif
|
||||
|
||||
always_built_SUBDIRS = panel applets \
|
||||
always_built_SUBDIRS = \
|
||||
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
|
||||
gnome-terminal core-docs
|
||||
|
||||
sometimes_built_SUBDIRS = gmenu control-center capplets
|
||||
sometimes_built_SUBDIRS = panel applets gmenu control-center capplets
|
||||
|
||||
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu) $(control_center) $(capplets)
|
||||
SUBDIRS = intl po macros \
|
||||
$(always_built_SUBDIRS) $(panel) $(applets) $(gmenu) $(control_center) $(capplets)
|
||||
|
||||
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
|
||||
# $(sometimes_built_SUBDIRS)
|
||||
|
|
58
configure.in
58
configure.in
|
@ -71,64 +71,6 @@ AM_CONDITIONAL(ORBIT_INSTALLED, test -n "$ORBIT_LIBS")
|
|||
ORB_LIBS="$ORBIT_LIBS"
|
||||
ORB_CFLAGS="$ORBIT_CFLAGS"
|
||||
|
||||
dnl MICO - Magic to extract the relevant information from
|
||||
dnl various installed files
|
||||
MICO_LIBS= MICO_CFLAGS=
|
||||
if test -z "$ORB_LIBS"; then
|
||||
AC_MSG_CHECKING(for MICO prefix)
|
||||
for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
|
||||
if test -f $dir/mico-ld ; then
|
||||
mico_prefix=`echo $dir | sed 's%/bin$%%' |sed 's%/bin/$%%'`
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if test x${mico_prefix+set} = xset ; then
|
||||
AC_MSG_RESULT($mico_prefix)
|
||||
else
|
||||
AC_MSG_RESULT(not found)
|
||||
AC_MSG_ERROR(MICO not found)
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(for MICO version)
|
||||
if test -f "$mico_prefix/lib/mico-setup.sh"; then
|
||||
MICO_VERS=`(. $mico_prefix/lib/mico-setup.sh ; echo $MICOVERSION)`
|
||||
else
|
||||
# Sometimes mico-setup.sh is installed in doc.
|
||||
files="`echo $mico_prefix/doc/mico-*/mico-setup.sh`"
|
||||
if test "$files" != "$mico_prefix/doc/mico-*/mico-setup.sh"; then
|
||||
MICO_VERS=`(set X $files; . $2; echo $MICOVERSION)`
|
||||
else
|
||||
AC_MSG_ERROR(unknown)
|
||||
fi
|
||||
fi
|
||||
AC_MSG_RESULT($MICO_VERS)
|
||||
|
||||
# We assume here, to keep things simple, that nobody has MICO older
|
||||
# than 2.0.3. 2.0.4 is not checked for since nobody seems to use it.
|
||||
|
||||
if test $MICO_VERS = 2.0.3 || test $MICO_VERS = 2.0.5; then
|
||||
MICO_LIBS="-lmicoaux$MICO_VERS -lmico$MICO_VERS -lmicocoss$MICO_VERS -lXt"
|
||||
else
|
||||
MICO_LIBS="-lmico$MICO_VERS -lmicogtk$MICO_VERS"
|
||||
AC_DEFINE(HAVE_MICO_ORB_RUN)
|
||||
fi
|
||||
|
||||
for flag in `grep '^eval' < $mico_prefix/bin/mico-ld | sed s%\"%%g` ; do
|
||||
case $flag in
|
||||
-L*)
|
||||
MICO_LIBS="$flag $MICO_LIBS"
|
||||
;;
|
||||
-lm|-ldl|-ldld|-lbsd)
|
||||
;;
|
||||
-l*)
|
||||
MICO_LIBS="$MICO_LIBS $flag"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
ORB_LIBS="$MICO_LIBS"
|
||||
ORB_CFLAGS="$MICO_CFLAGS"
|
||||
fi
|
||||
AC_SUBST(ORB_LIBS)
|
||||
AC_SUBST(ORB_CFLAGS)
|
||||
|
||||
|
|
|
@ -61,14 +61,14 @@ help-browser/toc2.c
|
|||
help-browser/visit.c
|
||||
help-browser/window.c
|
||||
|
||||
panel/applet-lib.cc
|
||||
panel/orbit-applet-lib.c
|
||||
panel/applet.c
|
||||
panel/drawer.c
|
||||
panel/launcher.c
|
||||
panel/logout.c
|
||||
panel/main.c
|
||||
panel/menu.c
|
||||
panel/mico-glue.cc
|
||||
panel/orbit-glue.c
|
||||
panel/panel-util.c
|
||||
panel/panel.c
|
||||
panel/panel_config.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue