Removed all smproxy code. Don't mention non-existent directory.
Thu Aug 20 00:32:24 1998 Tom Tromey <tromey@cygnus.com> * configure.in: Removed all smproxy code. Don't mention non-existent directory.
This commit is contained in:
parent
2e6081152d
commit
fb75bca5c4
2 changed files with 5 additions and 28 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Aug 20 00:32:24 1998 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Removed all smproxy code.
|
||||||
|
Don't mention non-existent directory.
|
||||||
|
|
||||||
1998-08-19 Raja R Harinath <harinath@cs.umn.edu>
|
1998-08-19 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
* Makefile.am (SUBDIRS): Actually compile `control-center' if
|
* Makefile.am (SUBDIRS): Actually compile `control-center' if
|
||||||
|
|
28
configure.in
28
configure.in
|
@ -142,33 +142,6 @@ AC_ARG_WITH(window-manager,
|
||||||
WINDOW_MANAGER=icewm])
|
WINDOW_MANAGER=icewm])
|
||||||
AC_SUBST(WINDOW_MANAGER)
|
AC_SUBST(WINDOW_MANAGER)
|
||||||
|
|
||||||
dnl gnome-smproxy
|
|
||||||
dnl Since this is originally from the X11 tree, we have to get
|
|
||||||
dnl build information from there
|
|
||||||
AC_MSG_CHECKING(for X11 defines for building smproxy)
|
|
||||||
SMPROXY_DEFS=
|
|
||||||
rm -fr conftestdir
|
|
||||||
if mkdir conftestdir; then
|
|
||||||
cd conftestdir
|
|
||||||
# STD_DEFINES is in the Makefiles generated with X11R6/6.1/6.3
|
|
||||||
# and Solaris 2.5 OpenWindows `xmkmf's. I haven't tested with
|
|
||||||
# older versions. FIXME if necessary. Alternative may be
|
|
||||||
# $(ALLDEFINES).
|
|
||||||
cat > Imakefile <<'EOF'
|
|
||||||
acfinddefs:
|
|
||||||
@echo 'ac_x_cpp_defs="${STD_DEFINES}"'
|
|
||||||
EOF
|
|
||||||
if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
|
|
||||||
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
|
||||||
eval `${MAKE-make} acfinddefs 2>/dev/null | grep -v make`
|
|
||||||
SMPROXY_DEFS="$ac_x_cpp_defs"
|
|
||||||
fi
|
|
||||||
cd ..
|
|
||||||
rm -fr conftestdir
|
|
||||||
fi
|
|
||||||
AC_SUBST(SMPROXY_DEFS)
|
|
||||||
AC_MSG_RESULT($SMPROXY_DEFS)
|
|
||||||
|
|
||||||
dnl applets/diskusage
|
dnl applets/diskusage
|
||||||
GNOME_FILEUTILS_CHECKS
|
GNOME_FILEUTILS_CHECKS
|
||||||
|
|
||||||
|
@ -229,7 +202,6 @@ applets/cpuload/Makefile
|
||||||
applets/netload/Makefile
|
applets/netload/Makefile
|
||||||
applets/cpumemusage/Makefile
|
applets/cpumemusage/Makefile
|
||||||
applets/fish/Makefile
|
applets/fish/Makefile
|
||||||
applets/gkb/Makefile
|
|
||||||
applets/diskusage/Makefile
|
applets/diskusage/Makefile
|
||||||
applets/icewm-pager/Makefile
|
applets/icewm-pager/Makefile
|
||||||
applets/drivemount/Makefile
|
applets/drivemount/Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue