New macro. Added --with-window-manager option.
Sun Apr 26 01:05:51 1998 Tom Tromey <tromey@cygnus.com> * acconfig.h (WINDOW_MANAGER): New macro. * configure.in: Added --with-window-manager option.
This commit is contained in:
parent
41558a0279
commit
a863f1540b
3 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
Sun Apr 26 01:05:51 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* acconfig.h (WINDOW_MANAGER): New macro.
|
||||
* configure.in: Added --with-window-manager option.
|
||||
|
||||
* configure.in: Unconditionally look for crypt.h.
|
||||
|
||||
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
|
||||
|
|
|
@ -8,3 +8,6 @@
|
|||
#undef VERSION
|
||||
#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
|
||||
#undef HAVE_PROGRAM_INVOCATION_NAME
|
||||
|
||||
/* Name of default window manager, as string. */
|
||||
#undef WINDOW_MANAGER
|
||||
|
|
|
@ -58,6 +58,11 @@ AC_SUBST(XF86MISC_LIBS)
|
|||
dnl gnome-session
|
||||
dnl $GNOME_HAVE_SM comes from GNOME_X_CHECKS
|
||||
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")])
|
||||
|
||||
|
||||
dnl panel/cdplayer
|
||||
PROGRAMS_PANEL_CDPLAYER=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue