Removed. Don't define WINDOW_MANAGER, AC_SUBST it.

Tue Jul 21 18:29:16 1998  Tom Tromey  <tromey@cygnus.com>

	* acconfig.h (WINDOW_MANAGER): Removed.
	* configure.in: Don't define WINDOW_MANAGER, AC_SUBST it.
This commit is contained in:
Tom Tromey 1998-07-22 01:02:45 +00:00 committed by Tom Tromey
parent f453396a47
commit 0b764c094a
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
Tue Jul 21 18:29:16 1998 Tom Tromey <tromey@cygnus.com>
* acconfig.h (WINDOW_MANAGER): Removed.
* configure.in: Don't define WINDOW_MANAGER, AC_SUBST it.
Sun Jul 19 03:31:08 1998 John Ellis <johne@bellatlantic.net>
* configure.in: variable PROGRAM_GMENU with a check for

View file

@ -11,9 +11,6 @@
#undef PACKAGE
#undef VERSION
/* Name of default window manager, as string. */
#undef WINDOW_MANAGER
/* Define if you have the Andrew File System. */
#undef AFS

View file

@ -136,7 +136,11 @@ AM_CONDITIONAL(SESSION, test "$GNOME_HAVE_SM" = true)
AC_ARG_WITH(window-manager,
[ --with-window-manager=NAME
Specify default window manager],[
AC_DEFINE_UNQUOTED(WINDOW_MANAGER, "$with_window_manager")])
WINDOW_MANAGER="$with_window_manager"], [
dnl icewm is the default because it supports session management
dnl and other Gnome requirements.
WINDOW_MANAGER=icewm])
AC_SUBST(WINDOW_MANAGER)
dnl gnome-smproxy
dnl Since this is originally from the X11 tree, we have to get