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:
12
configure.in
12
configure.in
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user