1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-16 22:25:56 +01:00

*** empty log message ***

This commit is contained in:
kojima
2001-02-14 03:23:46 +00:00
parent 07c9bb7d8d
commit 870252297a
5 changed files with 16 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ AC_INIT(src/WindowMaker.h)
AM_INIT_AUTOMAKE(WindowMaker, 0.64.0)
AM_INIT_AUTOMAKE(WindowMaker, 0.65.0)
AM_PROG_LIBTOOL
@@ -808,16 +808,6 @@ wprefsdir=$with_appspath/WPrefs.app
AC_SUBST(wprefsdir)
dnl Enable single appicon per wm instance+class combo -cls
dnl =====================================================
AC_ARG_ENABLE(single-icon,
[ --enable-single-icon create one application icon per WM_INSTANCE+WM_CLASS],
if test "$enableval" = yes; then
AC_DEFINE(REDUCE_APPICONS)
fi
)
dnl Enable User Defined Menu thing
dnl ==================================
AC_ARG_ENABLE(usermenu,